tests/test-bisect
changeset 6860 6d904eb19c2a
parent 5777 51776e50bc8c
child 6929 1b15d6e7cc3c
--- a/tests/test-bisect	Sat Aug 02 22:11:22 2008 +0200
+++ b/tests/test-bisect	Sat Aug 02 22:10:54 2008 +0200
@@ -53,4 +53,18 @@
 hg bisect -r
 hg bisect -g null
 hg bisect -bU tip
-hg id
\ No newline at end of file
+hg id
+
+# reproduce AssertionError (issue1228 and issue1182)
+hg bisect -r
+hg bisect -b 4
+hg bisect -g 0
+hg bisect -s
+hg bisect -s
+hg bisect -s
+
+# reproduce non converging bisect (issue1182)
+hg bisect -r
+hg bisect -g 0
+hg bisect -b 2
+hg bisect -s