Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

merge with stable

Changeset 83b254183aa1

Parents 2dc88c66dcc3

Parents 85be6017f60d

by Steve Borho

Changes to 3 files · Browse files at 83b254183aa1 Showing diff from parent 2dc88c66dcc3 85be6017f60d Diff from another changeset...

Change 1 of 1 Show Changes Only .hgtags Stacked
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 1f161ca182e30619768feb3c32a0c130126a486e 0.0.1  6c59b89d84f19935b5da4b385677b44448d89241 0.0.2  5c5f39324c00e5fd31d717215b60d452dab55cc6 0.1  71fa0ab981e8c433a7a86897660350cceee7655c 0.2  14f88fd90ba1053b4db51c3a5a3b3c2da2b122f5 0.3rc1  6b0e5d2a70cafadcfed86aeabef5f224aa5e2366 0.3  5a9d20cfcb2911b5a35234f38a7897c9c654c9d5 0.4rc1  dc4f96864ea7d0a48d831a05695b80001e226db5 0.4rc2  e677decc9814e94fe3b325ec13077a01e1ccbb87 0.4rc2  e2211f1985b01b1edd3fc1abe0b7c97fb37fd9d1 0.4rc3  864497951b6b801cfacbac16eec5b7edb4f1be3c 0.4rc4  f627244263631682216716cde477d05bebc0d934 0.4  491a94666fc3498827066b8aa65aab34d3a3e623 0.4.1  93df004457accaba3651c6534115aa4b98d94ce7 0.5  f22f5ce0a2f40ff9d814efd5314d85e426df632f 0.6  b42ad74af55054c231fc2d1763c2e8e0f2c0f49e 0.7  a4a7861b92459c4049d09064707d96e54662e506 0.7.1 +39d55a62a43e01e3382fe29319cd9ff7ce7626b2 0.7.2
Change 1 of 1 Show Entire File hggtk/​synch.py Stacked
 
132
133
134
135
136
137
138
139
140
 
132
133
134
 
 
 
135
136
137
@@ -132,9 +132,6 @@
  self._pathbox.set_active(defpushrow)   elif defrow is not None:   self._pathbox.set_active(defrow) - else: - if len(self.pathlist) > 1 and not self.pathlist[0][3]: - self._pathbox.set_active(0)     # support dropping of repos or bundle files   self.drag_dest_set(gtk.DEST_DEFAULT_ALL,
 
561
562
563
564
 
565
566
567
 
561
562
563
 
564
565
566
567
@@ -561,7 +561,7 @@
  f.write(_('# Generated by tortoisehg-config\n'))   f.close()   self.fn = fn - return iniparse.INIConfig(file(fn)) + return iniparse.INIConfig(file(fn), optionxformvalue=None)     def record_new_value(self, cpath, newvalue, keephistory=True):   section, key = cpath.split('.', 1)