Adjusted output of test-subrepo for
issue1977 to
05856e682521
--- a/tests/test-subrepo Sun May 02 00:48:33 2010 +0200
+++ b/tests/test-subrepo Sun May 02 09:15:17 2010 +0200
@@ -215,7 +215,7 @@
hg -R repo/s ci -Am0
echo s = s > repo/.hgsub
hg -R repo ci -Am1
-hg clone repo repo2
+hg clone repo repo2 | sed 's|from .*/sub|from .../sub|g'
hg -q -R repo2 pull -u
echo 1 > repo2/s/a
hg -R repo2/s ci -m2
--- a/tests/test-subrepo.out Sun May 02 00:48:33 2010 +0200
+++ b/tests/test-subrepo.out Sun May 02 09:15:17 2010 +0200
@@ -266,7 +266,7 @@
adding .hgsub
committing subrepository s
updating to branch default
-pulling subrepo s
+pulling subrepo s from .../sub/repo/s
requesting all changes
adding changesets
adding manifests