Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.4rc1, 0.4rc2, and 0.4rc3

hggtk/shlib: fix corrupted settings data

Changeset c2119bec5f90

Parent 8cd50df6c71a

by TK Soh

Changes to one file · Browse files at c2119bec5f90 Showing diff from parent 8cd50df6c71a Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​shlib.py Stacked
 
27
28
29
30
 
31
32
33
 
27
28
29
 
30
31
32
33
@@ -27,7 +27,7 @@
    def write(self):   dbase = shelve.open(self.path) - dbase[self.key] = self + dbase[self.key] = dict(self)   dbase.close()    def get_system_times():