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

run: remove -u argument to status dialog

This was hiding unknown files in default, which was not what
I intended.

Changeset 64eef536670c

Parent 313a19057488

by Steve Borho

Changes to one file · Browse files at 64eef536670c Showing diff from parent 313a19057488 Diff from another changeset...

 
650
651
652
653
654
655
656
 
650
651
652
 
653
654
655
@@ -650,7 +650,6 @@
  "forget": (forget, [], _('thg forget [FILE]...')),   "^status": (status,   [('c', 'clean', False, _('show files without changes')), - ('u', 'unknown', False, _('show unknown (not tracked) files')),   ('i', 'ignored', False, _('show ignored files'))],   _('thg status [OPTIONS] [FILE]')),   "test": (test, [], _('thg test')),