diff --git a/tests/test-subrepo b/tests/test-subrepo --- a/tests/test-subrepo +++ b/tests/test-subrepo @@ -215,7 +215,7 @@ echo a > repo/s/a 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 diff --git a/tests/test-subrepo.out b/tests/test-subrepo.out --- a/tests/test-subrepo.out +++ b/tests/test-subrepo.out @@ -266,7 +266,7 @@ adding a 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