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

status: clean checkbox should modify clean option

Fixes a bug just recently introduced

Changeset 8ba801f55ef7

Parent 9f14e277d4ef

by Steve Borho

Changes to one file · Browse files at 8ba801f55ef7 Showing diff from parent 9f14e277d4ef Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
441
442
443
444
 
445
446
447
 
441
442
443
 
444
445
446
447
@@ -441,7 +441,7 @@
  if self.count_revs() <= 1:   checks += (('deleted', _('deleted')),   ('unknown', _('unknown')), - ('close', _('clean')), + ('clean', _('clean')),   ('ignored', _('ignored')))     for ctuple in checks: