hgbook

view en/examples/bisect.help.out @ 167:e67251ac336f

Small portability change. "grep -P" doesn't work on Debian.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue Mar 27 01:15:34 2007 -0500 (2007-03-27)
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