diff -r 1dbe8a2b1b96 -r 1aae34f109fd mercurial/commands.py --- 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