changeset 11086:c2601c216333

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 dc2f37864348 70a0acfe51d6
files tests/test-subrepo tests/test-subrepo.out
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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