--- a/tests/test-subrepo-recursion.t Tue Sep 28 19:29:14 2010 +0200
+++ b/tests/test-subrepo-recursion.t Thu Sep 30 09:49:40 2010 +0200
@@ -252,13 +252,13 @@
$ cd ..
$ hg clone repo repo2
updating to branch default
- pulling subrepo foo from */test-subrepo-recursion.t/repo/foo (glob)
+ pulling subrepo foo from */repo/foo (glob)
requesting all changes
adding changesets
adding manifests
adding file changes
added 4 changesets with 7 changes to 3 files
- pulling subrepo foo/bar from */test-subrepo-recursion.t/repo/foo/bar (glob)
+ pulling subrepo foo/bar from */repo/foo/bar (glob)
requesting all changes
adding changesets
adding manifests
@@ -267,13 +267,13 @@
3 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ cd repo2
$ hg outgoing -S
- comparing with */test-subrepo-recursion.t/repo (glob)
+ comparing with */repo (glob)
searching for changes
no changes found
- comparing with */test-subrepo-recursion.t/repo/foo (glob)
+ comparing with */repo/foo (glob)
searching for changes
no changes found
- comparing with */test-subrepo-recursion.t/repo/foo/bar (glob)
+ comparing with */repo/foo/bar (glob)
searching for changes
no changes found
[1]
@@ -293,7 +293,7 @@
$ hg commit -m 3-4-2
committing subrepository foo
$ hg outgoing -S
- comparing with */test-subrepo-recursion.t/repo (glob)
+ comparing with */repo (glob)
searching for changes
changeset: 3:2655b8ecc4ee
tag: tip
@@ -301,7 +301,7 @@
date: Thu Jan 01 00:00:00 1970 +0000
summary: 3-4-2
- comparing with */test-subrepo-recursion.t/repo/foo (glob)
+ comparing with */repo/foo (glob)
searching for changes
changeset: 4:e96193d6cb36
tag: tip
@@ -309,7 +309,7 @@
date: Thu Jan 01 00:00:00 1970 +0000
summary: 3-4-2
- comparing with */test-subrepo-recursion.t/repo/foo/bar (glob)
+ comparing with */repo/foo/bar (glob)
searching for changes
no changes found
@@ -322,7 +322,7 @@
Test incoming:
$ hg incoming -S
- comparing with */test-subrepo-recursion.t/repo2 (glob)
+ comparing with */repo2 (glob)
searching for changes
changeset: 3:2655b8ecc4ee
tag: tip
@@ -330,7 +330,7 @@
date: Thu Jan 01 00:00:00 1970 +0000
summary: 3-4-2
- comparing with */test-subrepo-recursion.t/repo2/foo (glob)
+ comparing with */repo2/foo (glob)
searching for changes
changeset: 4:e96193d6cb36
tag: tip
@@ -338,7 +338,7 @@
date: Thu Jan 01 00:00:00 1970 +0000
summary: 3-4-2
- comparing with */test-subrepo-recursion.t/repo2/foo/bar (glob)
+ comparing with */repo2/foo/bar (glob)
searching for changes
no changes found