# HG changeset patch # User Patrick Mezard # Date 1244925735 -7200 # Node ID 2b35ced86b69479cc894462bcc6f2933e05b26f5 # Parent ca14b3982ffe6bfc5c692d79f6f31bfea13b8f70 test-bisect: test --command option diff -r ca14b3982ffe -r 2b35ced86b69 tests/test-bisect --- a/tests/test-bisect Sat Jun 13 22:42:13 2009 +0200 +++ b/tests/test-bisect Sat Jun 13 22:42:15 2009 +0200 @@ -83,6 +83,24 @@ hg bisect -s hg bisect -g +set +e + echo % test invalid command hg bisect -r hg bisect --command 'foobar' + +echo % test bisecting command +cat > script.py <