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

status: another whitespace cleanup

Changeset 2942e971764a

Parent 2913a3a46f76

by Steve Borho

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

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
473
474
475
476
477
 
478
479
480
 
473
474
475
 
 
476
477
478
479
@@ -473,8 +473,7 @@
  file_count = file_count + 1   if row[FM_CHECKED]:   check_count = check_count + 1 - self.counter.set_text(_('%d selected, %d total') % - (check_count, file_count)) + self.counter.set_text(_('%d selected, %d total') % (check_count, file_count))   if self.selcb:   self.selcb.set_active(file_count and file_count == check_count)