--- a/tests/test-bundle Sat Oct 18 21:11:44 2008 +0200
+++ b/tests/test-bundle Sat Oct 18 14:43:14 2008 -0400
@@ -129,3 +129,14 @@
cd ../orig
hg incoming ../bundle.hg
cd ..
+
+# test for http://www.selenic.com/mercurial/bts/issue1144
+echo "===== test that verify bundle does not traceback"
+# partial history bundle, fails w/ unkown parent
+hg -R bundle.hg verify
+# full history bundle, refuses to verify non-local repo
+hg -R all.hg verify
+# but, regular verify must continue to work
+hg -R orig verify
+
+