Mercurial > hg
comparison tests/test-bisect @ 6983:5ce625983208
bisect: only complain when nothing can be done
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Wed, 03 Sep 2008 19:00:43 +0200 |
parents | 1b15d6e7cc3c |
children | ca6103c5eefd |
comparison
equal
deleted
inserted
replaced
6982:9fc5bf4adbcf | 6983:5ce625983208 |
---|---|
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 |