# HG changeset patch # User Wagner Bruna # Date 1238919163 10800 # Node ID 76e4c08a48ad22e6abded2724515fa08b4df89e7 # Parent 36924a4711e96bd31f21b30ba86112a9701ac070 commands: fix typo on flag description diff -r 36924a4711e9 -r 76e4c08a48ad mercurial/commands.py --- a/mercurial/commands.py Sun Apr 05 05:11:46 2009 -0300 +++ b/mercurial/commands.py Sun Apr 05 05:12:43 2009 -0300 @@ -2729,7 +2729,7 @@ with "show only ..." are given, the options -mardu are used. Option -q/--quiet hides untracked (unknown and ignored) files - unless explicitly requested with -u/--unknown or -i/-ignored. + unless explicitly requested with -u/--unknown or -i/--ignored. NOTE: status may appear to disagree with diff if permissions have changed or a merge has occurred. The standard diff format does not diff -r 36924a4711e9 -r 76e4c08a48ad tests/test-help.out --- a/tests/test-help.out Sun Apr 05 05:11:46 2009 -0300 +++ b/tests/test-help.out Sun Apr 05 05:12:43 2009 -0300 @@ -253,7 +253,7 @@ with "show only ..." are given, the options -mardu are used. Option -q/--quiet hides untracked (unknown and ignored) files - unless explicitly requested with -u/--unknown or -i/-ignored. + unless explicitly requested with -u/--unknown or -i/--ignored. NOTE: status may appear to disagree with diff if permissions have changed or a merge has occurred. The standard diff format does not