changeset 4156:30857b5779f8

Fix help text for hg status -i
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 06 Mar 2007 12:52:07 +0100
parents 26314500a5e1
children bfeff6dcac7a
files mercurial/commands.py tests/test-help.out
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2919,7 +2919,7 @@ table = {
           ('d', 'deleted', None, _('show only deleted (but tracked) files')),
           ('c', 'clean', None, _('show only files without changes')),
           ('u', 'unknown', None, _('show only unknown (not tracked) files')),
-          ('i', 'ignored', None, _('show ignored files')),
+          ('i', 'ignored', None, _('show only ignored files')),
           ('n', 'no-status', None, _('hide status prefix')),
           ('C', 'copies', None, _('show source of copied files')),
           ('0', 'print0', None,
--- a/tests/test-help.out
+++ b/tests/test-help.out
@@ -236,7 +236,7 @@ options:
  -d --deleted    show only deleted (but tracked) files
  -c --clean      show only files without changes
  -u --unknown    show only unknown (not tracked) files
- -i --ignored    show ignored files
+ -i --ignored    show only ignored files
  -n --no-status  hide status prefix
  -C --copies     show source of copied files
  -0 --print0     end filenames with NUL, for use with xargs