Mercurial > public > mercurial-scm > hg
diff tests/test-subrepo-paths.t @ 11961:f3075ffa6b30
subrepos: handle backslashes in subpaths
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Thu, 19 Aug 2010 13:25:46 +0200 |
parents | be33381882ad |
children | 79bd860b8eb7 |
line wrap: on
line diff
--- a/tests/test-subrepo-paths.t Wed Aug 18 11:59:35 2010 +0200 +++ b/tests/test-subrepo-paths.t Thu Aug 19 13:25:46 2010 +0200 @@ -13,14 +13,12 @@ hg debugsub with remapping - $ cat > .hg/hgrc <<EOF - > [subpaths] - > http://example.net = ssh://localhost - > EOF + $ echo '[subpaths]' > .hg/hgrc + $ echo 'http://example.net/lib(.*) = C:\libs\\1-lib\' >> .hg/hgrc $ hg debugsub path sub - source ssh://localhost/libfoo + source C:\libs\foo-lib\ revision test bad subpaths pattern