Mercurial > public > mercurial-scm > hg
diff tests/test-bisect @ 6860:6d904eb19c2a
add additional bisect tests
author | Bernhard Leiner <bleiner@gmail.com> |
---|---|
date | Sat, 02 Aug 2008 22:10:54 +0200 |
parents | 51776e50bc8c |
children | 1b15d6e7cc3c |
line wrap: on
line diff
--- 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