diff -r 732fc0e9d411 -r 0e080d519d1b tests/test-hgweb-diffs --- a/tests/test-hgweb-diffs Fri Nov 06 13:48:17 2009 +0200 +++ b/tests/test-hgweb-diffs Fri Nov 06 22:46:46 2009 +0100 @@ -38,5 +38,11 @@ echo % diff removed file "$TESTDIR/get-with-headers.py" localhost:$HGPORT '/diff/tip/a' +cd .. +echo % test import rev as raw-rev +hg clone -r0 test test1 +cd test1 +hg import --exact http://localhost:$HGPORT/rev/1 + echo % errors -cat errors.log +cat ../test/errors.log