diff tests/test-subrepo-recursion.t @ 12640:6cc4b14fb76b

tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:10 -0500
parents 4b9f23885a55
children aae2d5cbde64 22167be007ed
line wrap: on
line diff
--- a/tests/test-subrepo-recursion.t	Fri Oct 08 22:36:10 2010 -0500
+++ b/tests/test-subrepo-recursion.t	Fri Oct 08 22:36:10 2010 -0500
@@ -246,13 +246,13 @@
   $ cd ..
   $ hg clone repo repo2
   updating to branch default
-  pulling subrepo foo from */repo/foo (glob)
+  pulling subrepo foo from $TESTTMP/repo/foo
   requesting all changes
   adding changesets
   adding manifests
   adding file changes
   added 4 changesets with 7 changes to 3 files
-  pulling subrepo foo/bar from */repo/foo/bar (glob)
+  pulling subrepo foo/bar from $TESTTMP/repo/foo/bar
   requesting all changes
   adding changesets
   adding manifests
@@ -261,13 +261,13 @@
   3 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ cd repo2
   $ hg outgoing -S
-  comparing with */repo (glob)
+  comparing with $TESTTMP/repo
   searching for changes
   no changes found
-  comparing with */repo/foo (glob)
+  comparing with $TESTTMP/repo/foo
   searching for changes
   no changes found
-  comparing with */repo/foo/bar (glob)
+  comparing with $TESTTMP/repo/foo/bar
   searching for changes
   no changes found
   [1]
@@ -287,7 +287,7 @@
   $ hg commit -m 3-4-2
   committing subrepository foo
   $ hg outgoing -S
-  comparing with */repo (glob)
+  comparing with $TESTTMP/repo
   searching for changes
   changeset:   3:2655b8ecc4ee
   tag:         tip
@@ -295,7 +295,7 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     3-4-2
   
-  comparing with */repo/foo (glob)
+  comparing with $TESTTMP/repo/foo
   searching for changes
   changeset:   4:e96193d6cb36
   tag:         tip
@@ -303,7 +303,7 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     3-4-2
   
-  comparing with */repo/foo/bar (glob)
+  comparing with $TESTTMP/repo/foo/bar
   searching for changes
   no changes found
 
@@ -317,7 +317,7 @@
 Test incoming:
 
   $ hg incoming -S
-  comparing with */repo2 (glob)
+  comparing with $TESTTMP/repo2
   searching for changes
   changeset:   3:2655b8ecc4ee
   tag:         tip
@@ -325,7 +325,7 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     3-4-2
   
-  comparing with */repo2/foo (glob)
+  comparing with $TESTTMP/repo2/foo
   searching for changes
   changeset:   4:e96193d6cb36
   tag:         tip
@@ -333,7 +333,7 @@
   date:        Thu Jan 01 00:00:00 1970 +0000
   summary:     3-4-2
   
-  comparing with */repo2/foo/bar (glob)
+  comparing with $TESTTMP/repo2/foo/bar
   searching for changes
   no changes found