Adjusted output of test-subrepo for issue1977 to 05856e682521
authorThomas Arendsen Hein <thomas@intevation.de>
Sun, 02 May 2010 09:15:17 +0200
changeset 11086 c2601c216333
parent 11085 0c8646292ca4
child 11087 dc2f37864348
child 11090 70a0acfe51d6
Adjusted output of test-subrepo for issue1977 to 05856e682521
tests/test-subrepo
tests/test-subrepo.out
--- 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