changeset 2622 | 064aef9162cc |
parent 2621 | 5a5852a417b1 |
child 3015 | fa4229c60dd7 |
--- a/tests/test-http-proxy Sat Jul 15 16:06:35 2006 -0700 +++ b/tests/test-http-proxy Sun Jul 16 10:04:16 2006 -0700 @@ -4,7 +4,7 @@ cd a echo a > a hg ci -Ama -d '1123456789 0' -hg --config server.stream=True serve -p 20059 -d --pid-file=hg.pid +hg --config server.uncompressed=True serve -p 20059 -d --pid-file=hg.pid cat hg.pid >> $DAEMON_PIDS cd ..