diff -r 2fdbf22a1b63 -r 2cc44efcb7cf mercurial/commands.py --- 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