Adjusted output of test-subrepo for issue1977 to 05856e682521
author |
Thomas Arendsen Hein <thomas@intevation.de> |
date |
Sun, 02 May 2010 09:15:17 +0200 |
parents |
0c8646292ca4 |
children |
70a0acfe51d6 dc2f37864348 |
files |
tests/test-subrepo tests/test-subrepo.out |
diffstat |
2 files changed, 2 insertions(+), 2 deletions(-)
[+]
|
line diff
--- a/tests/test-subrepo
+++ b/tests/test-subrepo
@@ -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
+++ b/tests/test-subrepo.out
@@ -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