tests/test-bisect
changeset 6983 5ce625983208
parent 6929 1b15d6e7cc3c
child 6990 ca6103c5eefd
--- 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