changeset 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 e957cc7cbd14
children 7c8266c1d15a
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 = []