diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3370,8 +3370,7 @@ def graft(ui, repo, *revs, **opts): hg log -r "sort(all(), date)" - See :hg:`help revisions` and :hg:`help revsets` for more about - specifying revisions. + See :hg:`help revisions` for more about specifying revisions. Returns 0 on successful completion. ''' @@ -4580,8 +4579,8 @@ def log(ui, repo, *pats, **opts): See :hg:`help dates` for a list of formats valid for -d/--date. - See :hg:`help revisions` and :hg:`help revsets` for more about - specifying and ordering revisions. + See :hg:`help revisions` for more about specifying and ordering + revisions. See :hg:`help templates` for more about pre-packaged styles and specifying custom templates.