Mercurial > hg
diff tests/test-subrepo-recursion.t @ 12372:5163e3c8aa52
tests: improve regexes in unified tests
author | Brodie Rao <brodie@bitheap.org> |
---|---|
date | Wed, 22 Sep 2010 16:05:58 -0500 |
parents | 22f3353bcc36 |
children | 02990e22150b |
line wrap: on
line diff
--- a/tests/test-subrepo-recursion.t Wed Sep 22 00:14:57 2010 +0200 +++ b/tests/test-subrepo-recursion.t Wed Sep 22 16:05:58 2010 -0500 @@ -252,13 +252,13 @@ $ cd .. $ hg clone repo repo2 updating to branch default - pulling subrepo foo from .*/test-subrepo-recursion.t/repo/foo + pulling subrepo foo from .*/test-subrepo-recursion\.t/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 .*/test-subrepo-recursion.t/repo/foo/bar + pulling subrepo foo/bar from .*/test-subrepo-recursion\.t/repo/foo/bar requesting all changes adding changesets adding manifests @@ -267,10 +267,10 @@ 3 files updated, 0 files merged, 0 files removed, 0 files unresolved $ cd repo2 $ hg outgoing -S - comparing with .*/test-subrepo-recursion.t/repo + comparing with .*/test-subrepo-recursion\.t/repo searching for changes no changes found - comparing with .*/test-subrepo-recursion.t/repo/foo + comparing with .*/test-subrepo-recursion\.t/repo/foo searching for changes no changes found [1] @@ -290,7 +290,7 @@ $ hg commit -m 3-4-2 committing subrepository foo $ hg outgoing -S - comparing with .*/test-subrepo-recursion.t/repo + comparing with .*/test-subrepo-recursion\.t/repo searching for changes changeset: 3:2655b8ecc4ee tag: tip @@ -298,7 +298,7 @@ date: Thu Jan 01 00:00:00 1970 +0000 summary: 3-4-2 - comparing with .*/test-subrepo-recursion.t/repo/foo + comparing with .*/test-subrepo-recursion\.t/repo/foo searching for changes changeset: 4:e96193d6cb36 tag: tip @@ -316,7 +316,7 @@ Test incoming: $ hg incoming -S - comparing with .*/test-subrepo-recursion.t/repo2 + comparing with .*/test-subrepo-recursion\.t/repo2 searching for changes changeset: 3:2655b8ecc4ee tag: tip @@ -324,7 +324,7 @@ date: Thu Jan 01 00:00:00 1970 +0000 summary: 3-4-2 - comparing with .*/test-subrepo-recursion.t/repo2/foo + comparing with .*/test-subrepo-recursion\.t/repo2/foo searching for changes changeset: 4:e96193d6cb36 tag: tip