tests/test-subrepo
changeset 10177 5ca0d220ae21
parent 8816 a7c4eb0cc0ed
child 10252 0bc93fa2cf2b
--- a/tests/test-subrepo	Thu Dec 31 17:19:30 2009 -0600
+++ b/tests/test-subrepo	Thu Dec 31 17:10:03 2009 -0600
@@ -104,3 +104,9 @@
 hg pull | sed 's/ .*sub/ ...sub/g'
 hg up # should pull t
 cat t/t
+
+echo % bogus subrepo path aborts
+echo 'bogus=[boguspath' >> .hgsub
+hg ci -m 'bogus subrepo path'
+
+exit 0