tests/test-http
changeset 2969 7827bc82ebc5
parent 2676 7c81e337fed2
child 3012 fa4229c60dd7
equal deleted inserted replaced
2968:4cdb68d7eb92 2969:7827bc82ebc5
     9 cd ..
     9 cd ..
    10 cat hg1.pid hg2.pid >> $DAEMON_PIDS
    10 cat hg1.pid hg2.pid >> $DAEMON_PIDS
    11 
    11 
    12 echo % clone via stream
    12 echo % clone via stream
    13 http_proxy= hg clone --uncompressed http://localhost:20059/ copy 2>&1 | \
    13 http_proxy= hg clone --uncompressed http://localhost:20059/ copy 2>&1 | \
    14   sed -e 's/[0-9][0-9.]*/XXX/g'
    14   sed -e 's/[0-9][0-9.]*/XXX/g' -e 's/.\(B\/sec\)/X\1/'
    15 hg verify -R copy
    15 hg verify -R copy
    16 
    16 
    17 echo % try to clone via stream, should use pull instead
    17 echo % try to clone via stream, should use pull instead
    18 http_proxy= hg clone --uncompressed http://localhost:20060/ copy2
    18 http_proxy= hg clone --uncompressed http://localhost:20060/ copy2
    19 
    19