comparison tests/test-bisect @ 7557:21233de9c053

Circumvent removal of valid bisect candidates due to previously skipped ones As reported in issue 1445: A valid candidate revision for a bisect test is not considered for testing due to its skipped ancestor. If this revision is the only untested one left an assertion error occurs.
author Bernhard Leiner <bleiner@gmail.com>
date Sat, 27 Dec 2008 19:05:26 +0100
parents ca6103c5eefd
children ca14b3982ffe
comparison
equal deleted inserted replaced
7552:a9221c7f51a4 7557:21233de9c053
70 hg bisect -s 70 hg bisect -s
71 71
72 echo % test no action 72 echo % test no action
73 hg bisect -r 73 hg bisect -r
74 hg bisect || echo failure 74 hg bisect || echo failure
75
76 echo % reproduce AssertionError, issue1445
77 hg bisect -r
78 hg bisect -b 6
79 hg bisect -g 0
80 hg bisect -s
81 hg bisect -s
82 hg bisect -s
83 hg bisect -s
84 hg bisect -g