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

status: initially check MAR files

Changeset 4734e3988b72

Parent a0885338ec1e

by Steve Borho

Changes to one file · Browse files at 4734e3988b72 Showing diff from parent a0885338ec1e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​status.py Stacked
 
462
463
464
465
466
 
 
467
468
469
 
462
463
464
 
 
465
466
467
468
469
@@ -462,8 +462,8 @@
  for file in changes:   mst = file in ms and ms[file].upper() or ""   file = util.localpath(file) - self.model.append([file in recheck, char, toutf(file), - file, mst]) + checked = file in recheck or char in 'MAR' + self.model.append([checked, char, toutf(file), file, mst])     self._update_check_count()