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 Entire File .hgtags Stacked
 
15
16
17
 
 
15
16
17
18
@@ -15,3 +15,4 @@
 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)