# HG changeset patch # User Alexander Becher # Date 1406534717 -7200 # Node ID ad56fc55cbc3870d257e163469c687088627283b # Parent c87964b1a7759ce3a38fcd1ef80999e915f859a9 graft: add a reference to revsets to the help text (issue3362) diff -r c87964b1a775 -r ad56fc55cbc3 mercurial/commands.py --- a/mercurial/commands.py Sat Jul 26 03:35:42 2014 +0200 +++ b/mercurial/commands.py Mon Jul 28 10:05:17 2014 +0200 @@ -3108,6 +3108,9 @@ hg log --debug -r . + See :hg:`help revisions` and :hg:`help revsets` for more about + specifying revisions. + Returns 0 on successful completion. '''