# HG changeset patch # User Martin Geisler # Date 2010-08-18 09:59:35 # Node ID be33381882adcf9ab1d5b7280734db10f1528a23 # Parent 60bfb876dc4545d5e1742e401d376c4f7f2e2d4b test-subrepo-paths: moved comment lines to where they belong diff --git a/tests/test-subrepo-paths.t b/tests/test-subrepo-paths.t --- a/tests/test-subrepo-paths.t +++ b/tests/test-subrepo-paths.t @@ -1,23 +1,23 @@ $ hg init outer $ cd outer +hg debugsub with no remapping + $ echo 'sub = http://example.net/libfoo' > .hgsub $ hg add .hgsub -hg debugsub with no remapping - $ hg debugsub path sub source http://example.net/libfoo revision +hg debugsub with remapping + $ cat > .hg/hgrc < [subpaths] > http://example.net = ssh://localhost > EOF -hg debugsub with remapping - $ hg debugsub path sub source ssh://localhost/libfoo