tests/test-http-proxy.t
changeset 34393 fffd3369aa83
parent 34386 44841a4d0efb
child 34661 eb586ed5d8ce
equal deleted inserted replaced
34392:aea6344e989b 34393:fffd3369aa83
    12   $ while [ ! -f proxy.pid ]; do sleep 0; done
    12   $ while [ ! -f proxy.pid ]; do sleep 0; done
    13   $ cat proxy.pid >> $DAEMON_PIDS
    13   $ cat proxy.pid >> $DAEMON_PIDS
    14 
    14 
    15 url for proxy, stream
    15 url for proxy, stream
    16 
    16 
    17   $ http_proxy=http://localhost:$HGPORT1/ hg --config http_proxy.always=True clone --uncompressed http://localhost:$HGPORT/ b
    17   $ http_proxy=http://localhost:$HGPORT1/ hg --config http_proxy.always=True clone --stream http://localhost:$HGPORT/ b
    18   streaming all changes
    18   streaming all changes
    19   3 files to transfer, 303 bytes of data
    19   3 files to transfer, 303 bytes of data
    20   transferred * bytes in * seconds (*/sec) (glob)
    20   transferred * bytes in * seconds (*/sec) (glob)
    21   searching for changes
    21   searching for changes
    22   no changes found
    22   no changes found