diff -r 21dafd8546d1 -r 28fe5abc906f mercurial/commands.py --- 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)"