diff -r 8e398628a3f2 -r a732d70253b0 tests/wireprotohelpers.sh --- a/tests/wireprotohelpers.sh Wed Oct 03 12:57:01 2018 -0700 +++ b/tests/wireprotohelpers.sh Wed Oct 03 09:48:22 2018 -0700 @@ -6,6 +6,10 @@ } sendhttpv2peer() { + hg debugwireproto --nologhandshake --peer http2 http://$LOCALIP:$HGPORT/ +} + +sendhttpv2peerverbose() { hg --verbose debugwireproto --nologhandshake --peer http2 http://$LOCALIP:$HGPORT/ }