Mercurial > public > mercurial-scm > hg-stable
diff 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 |
line wrap: on
line diff
--- a/tests/test-bisect Wed Sep 03 19:01:35 2008 +0200 +++ b/tests/test-bisect Wed Sep 03 19:00:43 2008 +0200 @@ -55,10 +55,7 @@ hg bisect -bU tip hg id -echo % test no action message -hg bisect - -# reproduce AssertionError (issue1228 and issue1182) +echo % reproduce AssertionError, issue1228 and issue1182 hg bisect -r hg bisect -b 4 hg bisect -g 0 @@ -66,8 +63,12 @@ hg bisect -s hg bisect -s -# reproduce non converging bisect (issue1182) +echo % reproduce non converging bisect, issue1182 hg bisect -r hg bisect -g 0 hg bisect -b 2 hg bisect -s + +echo % test no action +hg bisect -r +hg bisect