Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

run: make status an exposed command

Changeset 864424cf2c86

Parent 120ceb4fe6ed

by Steve Borho

Changes to one file · Browse files at 864424cf2c86 Showing diff from parent 120ceb4fe6ed Diff from another changeset...

 
658
659
660
661
 
662
663
664
 
658
659
660
 
661
662
663
664
@@ -658,7 +658,7 @@
  "remove|rm": (revert, [], _('thg remove [FILE]...')),   "revert": (revert, [], _('thg revert [FILE]...')),   "forget": (forget, [], _('thg forget [FILE]...')), - "status": (status, + "^status": (status,   [('c', 'clean', False, _('show files without changes')),   ('u', 'unknown', False, _('show unknown (not tracked) files')),   ('i', 'ignored', False, _('show ignored files'))],