diff -r fd5247a88e63 -r b913c394386f mercurial/commands.py --- a/mercurial/commands.py Tue Nov 11 20:32:10 2014 -0800 +++ b/mercurial/commands.py Thu Nov 27 12:25:01 2014 -0600 @@ -4524,7 +4524,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.