# HG changeset patch # User Martin Geisler # Date 1266095431 -3600 # Node ID 6e5a47398fc5a56de732b31fdc7d8b5a7cd6ee11 # Parent e957cc7cbd1430c2c00680234f9992943768b175 commands: correct example in add help text diff -r e957cc7cbd14 -r 6e5a47398fc5 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 = []