# HG changeset patch # User Martin Geisler # Date 2010-02-13 21:10:31 # Node ID 6e5a47398fc5a56de732b31fdc7d8b5a7cd6ee11 # Parent e957cc7cbd1430c2c00680234f9992943768b175 commands: correct example in add help text diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -41,6 +41,7 @@ def add(ui, repo, *pats, **opts): $ hg add adding foo.c $ hg status + A foo.c """ bad = []