mercurial/commands.py
changeset 16991 1aae34f109fd
parent 16990 1dbe8a2b1b96
child 16992 55e7f352b1d3
--- a/mercurial/commands.py	Wed Jun 20 16:46:10 2012 +0200
+++ b/mercurial/commands.py	Wed Jun 20 16:49:04 2012 +0200
@@ -2608,7 +2608,7 @@
      ('U', 'currentuser', False,
       _('record the current user as committer'), _('DATE'))]
     + commitopts2 + mergetoolopts  + dryrunopts,
-    _('[OPTION]... REVISION...'))
+    _('[OPTION]... REV...'))
 def graft(ui, repo, *revs, **opts):
     '''copy changes from other branches onto the current branch