Mercurial > public > mercurial-scm > hg
diff tests/test-http-clone-r.t @ 12643:d08bb64888bc
tests: reintroduce ":$HGPORT" in test output
This reduces the number of patterns that must be adjusted when writing tests.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Fri, 08 Oct 2010 22:36:11 -0500 |
parents | f5d3ff0a8192 |
children | b00eda50ad2b |
line wrap: on
line diff
--- a/tests/test-http-clone-r.t Fri Oct 08 22:36:11 2010 -0500 +++ b/tests/test-http-clone-r.t Fri Oct 08 22:36:11 2010 -0500 @@ -218,7 +218,7 @@ $ cd .. $ cd test-1 $ hg pull -r 4 http://localhost:$HGPORT/ - pulling from http://localhost:*/ (glob) + pulling from http://localhost:$HGPORT/ searching for changes adding changesets adding manifests @@ -232,7 +232,7 @@ checking files 1 files, 3 changesets, 2 total revisions $ hg pull http://localhost:$HGPORT/ - pulling from http://localhost:*/ (glob) + pulling from http://localhost:$HGPORT/ searching for changes adding changesets adding manifests @@ -242,7 +242,7 @@ $ cd .. $ cd test-2 $ hg pull -r 5 http://localhost:$HGPORT/ - pulling from http://localhost:*/ (glob) + pulling from http://localhost:$HGPORT/ searching for changes adding changesets adding manifests @@ -256,7 +256,7 @@ checking files 1 files, 5 changesets, 3 total revisions $ hg pull http://localhost:$HGPORT/ - pulling from http://localhost:*/ (glob) + pulling from http://localhost:$HGPORT/ searching for changes adding changesets adding manifests