[PATCH 5 of 6 stable] bisect: don't mention obsolete graphlog extension in help

Martin Geisler mg at lazybytes.net
Sat Nov 23 13:02:56 CST 2013


# HG changeset patch
# User Martin Geisler <martin at geisler.net>
# Date 1385143964 -3600
#      Fri Nov 22 19:12:44 2013 +0100
# Branch stable
# Node ID 9761f375f4be6db970597f2f44b9e2b7ba50b07b
# Parent  e49b7a43ca57a8bbd2dcfba08d7d71f1aefd622e
bisect: don't mention obsolete graphlog extension in help

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -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)"
 


More information about the Mercurial-devel mailing list