##// END OF EJS Templates
help: remove now-redundant pointer to revsets help...
Martin von Zweigbergk -
r30785:301512fd default
parent child Browse files
Show More
@@ -3370,8 +3370,7 b' def graft(ui, repo, *revs, **opts):'
3370
3370
3371 hg log -r "sort(all(), date)"
3371 hg log -r "sort(all(), date)"
3372
3372
3373 See :hg:`help revisions` and :hg:`help revsets` for more about
3373 See :hg:`help revisions` for more about specifying revisions.
3374 specifying revisions.
3375
3374
3376 Returns 0 on successful completion.
3375 Returns 0 on successful completion.
3377 '''
3376 '''
@@ -4580,8 +4579,8 b' def log(ui, repo, *pats, **opts):'
4580
4579
4581 See :hg:`help dates` for a list of formats valid for -d/--date.
4580 See :hg:`help dates` for a list of formats valid for -d/--date.
4582
4581
4583 See :hg:`help revisions` and :hg:`help revsets` for more about
4582 See :hg:`help revisions` for more about specifying and ordering
4584 specifying and ordering revisions.
4583 revisions.
4585
4584
4586 See :hg:`help templates` for more about pre-packaged styles and
4585 See :hg:`help templates` for more about pre-packaged styles and
4587 specifying custom templates.
4586 specifying custom templates.
General Comments 0
You need to be logged in to leave comments. Login now