commands: correct example in add help text
authorMartin Geisler <mg@lazybytes.net>
Sat, 13 Feb 2010 22:10:31 +0100
changeset 10448 6e5a47398fc5
parent 10447 e957cc7cbd14
child 10449 7c8266c1d15a
commands: correct example in add help text
mercurial/commands.py
--- a/mercurial/commands.py	Sat Feb 13 21:21:40 2010 +0100
+++ b/mercurial/commands.py	Sat Feb 13 22:10:31 2010 +0100
@@ -41,6 +41,7 @@
          $ hg add
          adding foo.c
          $ hg status
+         A foo.c
     """
 
     bad = []