changeset 11959:be33381882ad

test-subrepo-paths: moved comment lines to where they belong
author Martin Geisler <mg@lazybytes.net>
date Wed, 18 Aug 2010 11:59:35 +0200
parents 60bfb876dc45
children f3075ffa6b30
files tests/test-subrepo-paths.t
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-subrepo-paths.t	Tue Aug 17 17:44:19 2010 -0500
+++ b/tests/test-subrepo-paths.t	Wed Aug 18 11:59:35 2010 +0200
@@ -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 <<EOF
   > [subpaths]
   > http://example.net = ssh://localhost
   > EOF
 
-hg debugsub with remapping
-
   $ hg debugsub
   path sub
    source   ssh://localhost/libfoo