changeset 20146:aa192af94321 stable

bisect: don't mention obsolete graphlog extension in help
author Martin Geisler <martin@geisler.net>
date Fri, 22 Nov 2013 19:12:44 +0100
parents a5354990502d
children 7547bcc1a3ad
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)"