equal
deleted
inserted
replaced
53 hg bisect -r |
53 hg bisect -r |
54 hg bisect -g null |
54 hg bisect -g null |
55 hg bisect -bU tip |
55 hg bisect -bU tip |
56 hg id |
56 hg id |
57 |
57 |
58 echo % test no action message |
58 echo % reproduce AssertionError, issue1228 and issue1182 |
59 hg bisect |
|
60 |
|
61 # reproduce AssertionError (issue1228 and issue1182) |
|
62 hg bisect -r |
59 hg bisect -r |
63 hg bisect -b 4 |
60 hg bisect -b 4 |
64 hg bisect -g 0 |
61 hg bisect -g 0 |
65 hg bisect -s |
62 hg bisect -s |
66 hg bisect -s |
63 hg bisect -s |
67 hg bisect -s |
64 hg bisect -s |
68 |
65 |
69 # reproduce non converging bisect (issue1182) |
66 echo % reproduce non converging bisect, issue1182 |
70 hg bisect -r |
67 hg bisect -r |
71 hg bisect -g 0 |
68 hg bisect -g 0 |
72 hg bisect -b 2 |
69 hg bisect -b 2 |
73 hg bisect -s |
70 hg bisect -s |
|
71 |
|
72 echo % test no action |
|
73 hg bisect -r |
|
74 hg bisect |