mercurial/commands.py
changeset 23404 b913c394386f
parent 23351 1cbc00ff2373
parent 23400 3bd577a3283e
child 23426 19ebd2f88fc7
--- 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.