mercurial/commands.py
branchstable
changeset 20151 734ff413eb7e
parent 20146 aa192af94321
child 20156 28fe5abc906f
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