hgbook

diff en/examples/bisect.help.out @ 166:08a4467f4891

Try to get the bisect extension to behave.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Mar 26 22:59:43 2007 -0700 (2007-03-26)
parents 4aecfa5c3ab0
children f8b5b782e150
line diff
     1.1 --- a/en/examples/bisect.help.out	Tue Mar 06 21:55:07 2007 -0800
     1.2 +++ b/en/examples/bisect.help.out	Mon Mar 26 22:59:43 2007 -0700
     1.3 @@ -1,14 +1,14 @@
     1.4 +$ \textbf{hg help bisect}
     1.5 +hg bisect [help|init|reset|next|good|bad]
     1.6  
     1.7 +bisect extension: dichotomic search in the DAG of changesets
     1.8 +for subcommands see "hg bisect help"
     1.9 +$ \textbf{hg bisect help}
    1.10 +list of subcommands for the bisect extension
    1.11  
    1.12 -
    1.13 -
    1.14 -
    1.15 -
    1.16 -
    1.17 -
    1.18 -
    1.19 -
    1.20 -
    1.21 -
    1.22 -
    1.23 -
    1.24 + bad     mark revision as bad and update to the next revision to test
    1.25 + good    mark revision as good and update to the next revision to test
    1.26 + help    show help for a given bisect subcommand or all subcommands
    1.27 + init    start a new bisection
    1.28 + next    find and update to the next revision to test
    1.29 + reset   finish a bisection