comparison tests/test-http @ 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 109a22f5434a
comparison
equal deleted inserted replaced
2621:5a5852a417b1 2622:064aef9162cc
2 2
3 hg init test 3 hg init test
4 cd test 4 cd test
5 echo foo>foo 5 echo foo>foo
6 hg commit -A -d '0 0' -m 1 6 hg commit -A -d '0 0' -m 1
7 hg --config server.stream=True serve -p 20059 -d --pid-file=hg1.pid 7 hg --config server.uncompressed=True serve -p 20059 -d --pid-file=hg1.pid
8 cat hg1.pid >> $DAEMON_PIDS 8 cat hg1.pid >> $DAEMON_PIDS
9 hg serve -p 20060 -d --pid-file=hg2.pid 9 hg serve -p 20060 -d --pid-file=hg2.pid
10 cat hg2.pid >> $DAEMON_PIDS 10 cat hg2.pid >> $DAEMON_PIDS
11 cd .. 11 cd ..
12 12