bisect: don't mention obsolete graphlog extension in help stable
authorMartin Geisler <martin@geisler.net>
Fri, 22 Nov 2013 19:12:44 +0100
branchstable
changeset 20146 aa192af94321
parent 20145 a5354990502d
child 20147 7547bcc1a3ad
bisect: don't mention obsolete graphlog extension in help
mercurial/commands.py
--- a/mercurial/commands.py	Fri Nov 22 19:12:18 2013 +0100
+++ b/mercurial/commands.py	Fri Nov 22 19:12:44 2013 +0100
@@ -585,7 +585,7 @@
 
           hg log -r "bisect(range)"
 
-      - with the graphlog extension, you can even get a nice graph::
+      - you can even get a nice graph::
 
           hg log --graph -r "bisect(range)"