Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc4, 0.4, and 0.4.1

merge with peso

Changeset 11c2f8ccca11

Parents b4c14789c35f

Parents 67fc68411532

by TK Soh

Changes to 3 files · Browse files at 11c2f8ccca11 Showing diff from parent b4c14789c35f 67fc68411532 Diff from another changeset...

 
45
46
47
 
48
49
50
51
 
52
53
54
55
56
57
 
45
46
47
48
49
50
51
52
53
54
55
 
56
57
58
@@ -45,13 +45,14 @@
  name = repo.ui.config('web', 'name') or os.path.basename(repo.root)   self.rcpath = [os.sep.join([repo.root, '.hg', 'hgrc'])]   self.set_title('TortoiseHg Configure Repository - ' + name) + shlib.set_tortoise_icon(self, 'settings_repo.ico')   self.root = repo.root   else:   self.rcpath = util.user_rcpath()   self.set_title('TortoiseHg Configure User-Global Settings') + shlib.set_tortoise_icon(self, 'settings_user.ico')   self.root = None   - shlib.set_tortoise_icon(self, 'menusettings.ico')   self.ini = self.load_config(self.rcpath)     # Create a new notebook, place the position of the tabs
Added image
Added image