diff mercurial/commands.py @ 30787:ff020ee5f06c

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.
author Martin von Zweigbergk <martinvonz@google.com>
date Thu, 12 Jan 2017 12:05:23 -0800
parents 301512fd6852
children 64a9160bf150
line wrap: on
line diff
--- 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.
     """