changeset 6991:a408ea9876e6

merge with -stable
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 05 Sep 2008 11:03:34 +0200
parents 55c16f12908b (current diff) ca6103c5eefd (diff)
children 4e62be0208d3
files
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-bisect	Fri Sep 05 10:39:19 2008 +0200
+++ b/tests/test-bisect	Fri Sep 05 11:03:34 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 10:39:19 2008 +0200
+++ b/tests/test-bisect.out	Fri Sep 05 11:03:34 2008 +0200
@@ -285,3 +285,4 @@
 
 % test no action
 abort: cannot bisect (no known good revisions)
+failure