tests/wireprotohelpers.sh
changeset 37718 ad1c07008e0b
parent 37540 693cb3768943
child 37722 89a16704114c
equal deleted inserted replaced
37717:0664be4f0c1f 37718:ad1c07008e0b
     4 sendhttpraw() {
     4 sendhttpraw() {
     5   hg --verbose debugwireproto --peer raw http://$LOCALIP:$HGPORT/
     5   hg --verbose debugwireproto --peer raw http://$LOCALIP:$HGPORT/
     6 }
     6 }
     7 
     7 
     8 sendhttpv2peer() {
     8 sendhttpv2peer() {
       
     9   hg --verbose debugwireproto --nologhandshake --peer http2 http://$LOCALIP:$HGPORT/
       
    10 }
       
    11 
       
    12 sendhttpv2peerhandshake() {
     9   hg --verbose debugwireproto --peer http2 http://$LOCALIP:$HGPORT/
    13   hg --verbose debugwireproto --peer http2 http://$LOCALIP:$HGPORT/
    10 }
    14 }
    11 
    15 
    12 cat > dummycommands.py << EOF
    16 cat > dummycommands.py << EOF
    13 from mercurial import (
    17 from mercurial import (