Mercurial > hg
changeset 9753:ffda19f351fa
Fix up import test
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Sat, 07 Nov 2009 14:12:08 -0600 |
parents | a22cdd5e56b7 |
children | 6cb1808e5ae7 |
files | tests/test-hgweb-diffs tests/test-hgweb-diffs.out |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-hgweb-diffs Sat Nov 07 14:09:16 2009 -0600 +++ b/tests/test-hgweb-diffs Sat Nov 07 14:12:08 2009 -0600 @@ -42,7 +42,7 @@ echo % test import rev as raw-rev hg clone -r0 test test1 cd test1 -hg import --exact http://localhost:$HGPORT/rev/1 +hg import -q --exact http://localhost:$HGPORT/rev/1 echo % errors cat ../test/errors.log
--- a/tests/test-hgweb-diffs.out Sat Nov 07 14:09:16 2009 -0600 +++ b/tests/test-hgweb-diffs.out Sat Nov 07 14:12:08 2009 -0600 @@ -425,5 +425,4 @@ added 1 changesets with 2 changes to 2 files updating to branch default 2 files updated, 0 files merged, 0 files removed, 0 files unresolved -applying http://localhost:20059/rev/1 % errors