Mercurial > public > mercurial-scm > hg
diff tests/test-mq-qclone-http @ 10442:662b0f9eb148
test-mq-qclone-http: hide port number
author | Martin Geisler <mg@lazybytes.net> |
---|---|
date | Sat, 13 Feb 2010 02:08:27 +0100 |
parents | 400ffd5f2f14 |
children |
line wrap: on
line diff
--- a/tests/test-mq-qclone-http Sat Feb 13 09:49:06 2010 -0600 +++ b/tests/test-mq-qclone-http Sat Feb 13 02:08:27 2010 +0100 @@ -77,5 +77,5 @@ hg --cwd d log --template "{desc}\n" echo '% test --mq works and uses correct repository config' -hg --cwd d outgoing --mq +hg --cwd d outgoing --mq | sed "s|$HGPORT2|\$HGPORT2|" hg --cwd d log --mq --template '{rev} {desc|firstline}\n'