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

commit: whitespace nit

Changeset c75c63056511

Parent fae93fb492a9

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
124
125
126
127
 
128
129
130
 
124
125
126
 
127
128
129
130
@@ -124,7 +124,7 @@
    def auto_check(self):   if self.test_opt('check'): - for entry in self.filemodel : + for entry in self.filemodel:   if entry[FM_STATUS] in 'MAR':   entry[FM_CHECKED] = True   self.update_check_count()