[PATCH] commands: fix typo on flag description

Wagner Bruna wagner.bruna at gmail.com
Sun Apr 5 03:18:31 CDT 2009


# HG changeset patch
# User Wagner Bruna <wbruna at yahoo.com>
# Date 1238919163 10800
# Node ID 369f1b47d7f097cf498ff9b4b8b0f883fb3ea9c4
# Parent  3d77e9c5a4d75d02c29aed5602d7231cf41f1874
commands: fix typo on flag description

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -2717,7 +2717,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


More information about the Mercurial-devel mailing list