Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.7.1, 0.7.2, and 0.7.3

status: update check count when selecting by key

Changeset b2008b09e072

Parent f1360901475e

by Simon Heimberg

Changes to one file · Browse files at b2008b09e072 Showing diff from parent f1360901475e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
1285
1286
1287
 
1288
1289
1290
 
1285
1286
1287
1288
1289
1290
1291
@@ -1285,6 +1285,7 @@
    selection = self.filetree.get_selection()   selection.selected_foreach(toggler) + self._update_check_count()   return True   return False