# HG changeset patch # User Martin Geisler # Date 1325844932 -3600 # Node ID 01831f55e972efa2443b530761f34665874d2c30 # Parent 1f9f9b4c292306d6d338a2abdde72737890d73f2 commands: add link to addremove in commit help text diff -r 1f9f9b4c2923 -r 01831f55e972 mercurial/commands.py --- a/mercurial/commands.py Tue Jan 03 17:09:26 2012 -0600 +++ b/mercurial/commands.py Fri Jan 06 11:15:32 2012 +0100 @@ -3412,7 +3412,7 @@ revision. With -s/--similarity, hg will attempt to discover renames and - copies in the patch in the same way as 'addremove'. + copies in the patch in the same way as :hg:`addremove`. To read a patch from standard input, use "-" as the patch name. If a URL is specified, the patch will be downloaded from it.