Mercurial > hg
diff tests/test-subrepo @ 10177:5ca0d220ae21
subrepo: add table-based dispatch for subrepo types
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 31 Dec 2009 17:10:03 -0600 |
parents | a7c4eb0cc0ed |
children | 0bc93fa2cf2b |
line wrap: on
line diff
--- 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