Tuesday, January 31, 2017

hg bisect

* hg bisect
https://www.mercurial-scm.org/repo/hg/help/bisect

** basic commands
hg bisect --reset
hg bisect --bad
hg bisect --good

** help is surprisingly readable
hg bisect --help
hg bisect --help --verbose

** automatic usage
hg bisect --reset
hg bisect --bad 34
hg bisect --good 12
hg bisect --command "make && make tests"

No comments:

Post a Comment