Mercurial > public > mercurial-scm > hg-stable
diff tests/test-subrepo-deep-nested-change.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 | 97ffc68f71d3 |
children | ccb7240acf32 |
line wrap: on
line diff
--- a/tests/test-subrepo-deep-nested-change.t Fri Oct 08 22:36:10 2010 -0500 +++ b/tests/test-subrepo-deep-nested-change.t Fri Oct 08 22:36:10 2010 -0500 @@ -27,7 +27,7 @@ $ echo "sub1 = ../sub1" > main/.hgsub $ hg clone sub1 main/sub1 updating to branch default - pulling subrepo sub2 from */sub2 (glob) + pulling subrepo sub2 from $TESTTMP/sub2 requesting all changes adding changesets adding manifests @@ -55,13 +55,13 @@ $ hg clone main cloned updating to branch default - pulling subrepo sub1 from */sub1 (glob) + pulling subrepo sub1 from $TESTTMP/sub1 requesting all changes adding changesets adding manifests adding file changes added 1 changesets with 3 changes to 3 files - pulling subrepo sub1/sub2 from */sub2 (glob) + pulling subrepo sub1/sub2 from $TESTTMP/sub2 requesting all changes adding changesets adding manifests