diff -r d830cdde0ddb -r 0884558504a3 tests/test-keyword --- a/tests/test-keyword Sun Mar 30 17:13:02 2008 +0200 +++ b/tests/test-keyword Sun Mar 30 18:25:25 2008 +0200 @@ -215,7 +215,8 @@ echo % clone to test incoming cd .. -hg clone -r1 Test Test-a +# remove updating status for backwards compatibility +hg clone -r1 Test Test-a | grep -v 'working directory' cd Test-a cat <> .hg/hgrc [paths] @@ -277,3 +278,12 @@ cat a b echo % hg cat hg cat a b + +echo % hg serve +test -n "$HGPORT" || export HGPORT=20063 +hg serve -p $HGPORT -d --pid-file=hg.pid -A access.log -E errors.log +cat hg.pid >> $DAEMON_PIDS +echo % hgweb changeset +("$TESTDIR/get-with-headers.py" localhost:$HGPORT '/rev/tip/?style=raw') +echo % errors encountered +cat errors.log