Mercurial > public > mercurial-scm > hg
diff tests/test-http-proxy @ 2622:064aef9162cc
rename stream hgrc option to compressed.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Sun, 16 Jul 2006 10:04:16 -0700 |
parents | 5a5852a417b1 |
children | fa4229c60dd7 |
line wrap: on
line diff
--- 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 ..