# HG changeset patch
# User Santiago Pay=C3=A0 i Miralta <santiagopim@gmail.com>
# Date 2013-11-27 21:32:01
# Node ID 734ff413eb7e6d8504f6d8dc6d78ddb88cfe7feb
# Parent  11dbc38cebc6f4215fe2ae82468f50be1eabd809

help: fix backwards bisect help example

diff --git a/mercurial/commands.py b/mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -538,7 +538,7 @@ def bisect(ui, repo, rev=None, extra=Non
 
       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