Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 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 | aa192af94321 |
children | 28fe5abc906f |
comparison
equal
deleted
inserted
replaced
20150:11dbc38cebc6 | 20151:734ff413eb7e |
---|---|
536 | 536 |
537 .. container:: verbose | 537 .. container:: verbose |
538 | 538 |
539 Some examples: | 539 Some examples: |
540 | 540 |
541 - start a bisection with known bad revision 12, and good revision 34:: | 541 - start a bisection with known bad revision 34, and good revision 12:: |
542 | 542 |
543 hg bisect --bad 34 | 543 hg bisect --bad 34 |
544 hg bisect --good 12 | 544 hg bisect --good 12 |
545 | 545 |
546 - advance the current bisection by marking current revision as good or | 546 - advance the current bisection by marking current revision as good or |