hgbook

view 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 source
1 $ \textbf{hg help bisect}
2 hg bisect [help|init|reset|next|good|bad]
4 bisect extension: dichotomic search in the DAG of changesets
5 for subcommands see "hg bisect help"
6 $ \textbf{hg bisect help}
7 list of subcommands for the bisect extension
9 bad mark revision as bad and update to the next revision to test
10 good mark revision as good and update to the next revision to test
11 help show help for a given bisect subcommand or all subcommands
12 init start a new bisection
13 next find and update to the next revision to test
14 reset finish a bisection