Changeset View
Changeset View
Standalone View
Standalone View
tests/test-bisect.t
Show First 20 Lines • Show All 745 Lines • ▼ Show 20 Line(s) | --------------------------------------------- | ||||
date: Thu Jan 01 00:00:26 1970 +0000 | date: Thu Jan 01 00:00:26 1970 +0000 | ||||
summary: msg 26 | summary: msg 26 | ||||
Test the validation message when exclusive options are used: | Test the validation message when exclusive options are used: | ||||
$ hg bisect -r | $ hg bisect -r | ||||
$ hg bisect -b -c false | $ hg bisect -b -c false | ||||
abort: --bad and --command are incompatible | abort: --bad and --command are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -b -e | $ hg bisect -b -e | ||||
abort: --bad and --extend are incompatible | abort: --bad and --extend are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -b -g | $ hg bisect -b -g | ||||
abort: --bad and --good are incompatible | abort: --bad and --good are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -b -r | $ hg bisect -b -r | ||||
abort: --bad and --reset are incompatible | abort: --bad and --reset are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -b -s | $ hg bisect -b -s | ||||
abort: --bad and --skip are incompatible | abort: --bad and --skip are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -c false -e | $ hg bisect -c false -e | ||||
abort: --command and --extend are incompatible | abort: --command and --extend are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -c false -g | $ hg bisect -c false -g | ||||
abort: --command and --good are incompatible | abort: --command and --good are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -c false -r | $ hg bisect -c false -r | ||||
abort: --command and --reset are incompatible | abort: --command and --reset are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -c false -s | $ hg bisect -c false -s | ||||
abort: --command and --skip are incompatible | abort: --command and --skip are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -e -g | $ hg bisect -e -g | ||||
abort: --extend and --good are incompatible | abort: --extend and --good are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -e -r | $ hg bisect -e -r | ||||
abort: --extend and --reset are incompatible | abort: --extend and --reset are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -e -s | $ hg bisect -e -s | ||||
abort: --extend and --skip are incompatible | abort: --extend and --skip are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -g -r | $ hg bisect -g -r | ||||
abort: --good and --reset are incompatible | abort: --good and --reset are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -g -s | $ hg bisect -g -s | ||||
abort: --good and --skip are incompatible | abort: --good and --skip are incompatible | ||||
[255] | [10] | ||||
$ hg bisect -r -s | $ hg bisect -r -s | ||||
abort: --reset and --skip are incompatible | abort: --reset and --skip are incompatible | ||||
[255] | [10] |