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

status: white-space cleanups

Changeset c4fd92fe3e04

Parent 671fbe9a2e0d

by Steve Borho

Changes to one file · Browse files at c4fd92fe3e04 Showing diff from parent 671fbe9a2e0d Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
567
568
569
570
 
 
571
572
573
 
567
568
569
 
570
571
572
573
574
@@ -567,7 +567,8 @@
    explicit_changetypes = changetypes + (('clean', 'C', clean),)   - # List of the currently checked and selected files to pass on to the new data + # List of the currently checked and selected files to pass on to + # the new data   model, paths = selection.get_selected_rows()   recheck = [entry[FM_PATH] for entry in model if entry[FM_CHECKED]]   reselect = [model[path][FM_PATH] for path in paths]