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

history: correct variable name

Changeset 919fa1acfc67

Parent 20555ec37a8c

by Yuki KODAMA

Changes to one file · Browse files at 919fa1acfc67 Showing diff from parent 20555ec37a8c Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​history.py Stacked
 
91
92
93
94
 
95
96
97
 
91
92
93
 
94
95
96
97
@@ -91,7 +91,7 @@
  self.reload_log()   else:   self.newbutton.set_active(True) - elif not oldparents == newparents: + elif not parents == newparents:   self.refresh_model()     def toggle_view_column(self, button, property):