mercurial/commands.py
changeset 27898 2cc44efcb7cf
parent 27890 ce76c4d2b85c
child 27899 78b9fdb844c1
--- a/mercurial/commands.py	Thu Jan 14 13:44:01 2016 -0800
+++ b/mercurial/commands.py	Sun Jan 17 19:33:02 2016 +0100
@@ -3823,7 +3823,7 @@
      ('U', 'currentuser', False,
       _('record the current user as committer'), _('DATE'))]
     + commitopts2 + mergetoolopts  + dryrunopts,
-    _('[OPTION]... [-r] REV...'))
+    _('[OPTION]... [-r REV]... REV...'))
 def graft(ui, repo, *revs, **opts):
     '''copy changes from other branches onto the current branch