Mercurial > hg-stable
changeset 20151:734ff413eb7e stable
help: fix backwards bisect help example
author | Santiago Pay=C3=A0 i Miralta <santiagopim@gmail.com> |
---|---|
date | Wed, 27 Nov 2013 22:32:01 +0100 |
parents | 11dbc38cebc6 |
children | 84939b728749 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Tue Nov 26 16:30:52 2013 -0800 +++ b/mercurial/commands.py Wed Nov 27 22:32:01 2013 +0100 @@ -538,7 +538,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