hgbook

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