--- 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