merge with crew
authorBenoit Boissinot <benoit.boissinot@ens-lyon.org>
Fri, 05 Sep 2008 11:04:36 +0200
changeset 6992 4e62be0208d3
parent 6991 a408ea9876e6 (diff)
parent 6989 32e68ffccbc5 (current diff)
child 6998 ddfcefab8b97
merge with crew
--- a/tests/test-bisect	Fri Sep 05 11:00:07 2008 +0200
+++ b/tests/test-bisect	Fri Sep 05 11:04:36 2008 +0200
@@ -71,4 +71,4 @@
 
 echo % test no action
 hg bisect -r
-hg bisect
+hg bisect || echo failure
--- a/tests/test-bisect.out	Fri Sep 05 11:00:07 2008 +0200
+++ b/tests/test-bisect.out	Fri Sep 05 11:04:36 2008 +0200
@@ -285,3 +285,4 @@
 
 % test no action
 abort: cannot bisect (no known good revisions)
+failure