diff tests/test-hgweb-diffs @ 9753:ffda19f351fa

Fix up import test
author Matt Mackall <mpm@selenic.com>
date Sat, 07 Nov 2009 14:12:08 -0600
parents 0e080d519d1b
children
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