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

status: update chunk states when file state toggled by keypress

Changeset 2913a3a46f76

Parent 4f959730ddc2

by Steve Borho

Changes to one file · Browse files at 2913a3a46f76 Showing diff from parent 4f959730ddc2 Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
1281
1282
1283
 
1284
1285
1286
 
1281
1282
1283
1284
1285
1286
1287
@@ -1281,6 +1281,7 @@
  if event.keyval == 32:   def toggler(list, path, iter):   list[path][FM_CHECKED] = not list[path][FM_CHECKED] + self._update_chunk_state(list[path])     selection = self.tree.get_selection()   selection.selected_foreach(toggler)