diff mercurial/commands.py @ 20156:28fe5abc906f

merge with stable
author Matt Mackall <mpm@selenic.com>
date Sun, 01 Dec 2013 14:10:53 -0600
parents 1df77035c814 734ff413eb7e
children 04036798ebed
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Nov 29 12:36:28 2013 -0800
+++ b/mercurial/commands.py	Sun Dec 01 14:10:53 2013 -0600
@@ -539,7 +539,7 @@
 
       Some examples:
 
-      - start a bisection with known bad revision 12, and good revision 34::
+      - start a bisection with known bad revision 34, and good revision 12::
 
           hg bisect --bad 34
           hg bisect --good 12
@@ -586,7 +586,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)"