mercurial/commands.py
changeset 15147 395ca8cd2669
parent 15145 ff26712a0c50
child 15174 9f1a08c00931
--- a/mercurial/commands.py	Tue Sep 20 20:19:48 2011 +0200
+++ b/mercurial/commands.py	Tue Sep 20 20:21:04 2011 +0200
@@ -547,6 +547,8 @@
 
           hg log --graph -r "bisect(range)"
 
+      See :hg:`help revsets` for more about the `bisect()` keyword.
+
     Returns 0 on success.
     """
     def extendbisectrange(nodes, good):