diff mercurial/commands.py @ 10448:6e5a47398fc5

commands: correct example in add help text
author Martin Geisler <mg@lazybytes.net>
date Sat, 13 Feb 2010 22:10:31 +0100
parents a565a2445eb5
children bb508b312359
line wrap: on
line diff
--- 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 = []