bisect: refer directly to bisect() revset predicate in help
authorMartin von Zweigbergk <martinvonz@google.com>
Thu, 12 Jan 2017 12:05:23 -0800
changeset 30787 ff020ee5f06c
parent 30786 e2a6f383d314
child 30788 d1901c4c8ec0
bisect: refer directly to bisect() revset predicate in help We have specific syntax for displaying the help text for a particular revset predicate, so let's refer directly to the bisect() revset in the verbose bisect help. It seems likely that the user doesn't care about other revsets at that point, so they will probably not miss the text about the other revset predicates.
mercurial/commands.py
--- a/mercurial/commands.py	Thu Jan 12 11:43:26 2017 -0800
+++ b/mercurial/commands.py	Thu Jan 12 12:05:23 2017 -0800
@@ -823,7 +823,7 @@
 
           hg log --graph -r "bisect(range)"
 
-      See :hg:`help revsets` for more about the `bisect()` keyword.
+      See :hg:`help revisions.bisect` for more about the `bisect()` predicate.
 
     Returns 0 on success.
     """