diff -r 7f8d27e1f862 -r 3bd577a3283e mercurial/commands.py --- a/mercurial/commands.py Tue Nov 25 18:37:28 2014 +0900 +++ b/mercurial/commands.py Wed Nov 26 17:22:09 2014 +0300 @@ -4535,7 +4535,7 @@ ] + mergetoolopts, _('[-P] [-f] [[-r] REV]')) def merge(ui, repo, node=None, **opts): - """merge working directory with another revision + """merge another revision into working directory The current working directory is updated with all changes made in the requested revision since the last common predecessor revision.