tests/wireprotohelpers.sh
changeset 37483 61e405fb6372
parent 37482 fa9faf58959d
child 37540 693cb3768943
--- a/tests/wireprotohelpers.sh	Mon Mar 26 15:34:52 2018 -0700
+++ b/tests/wireprotohelpers.sh	Wed Mar 28 15:09:34 2018 -0700
@@ -5,6 +5,10 @@
   hg --verbose debugwireproto --peer raw http://$LOCALIP:$HGPORT/
 }
 
+sendhttpv2peer() {
+  hg --verbose debugwireproto --peer http2 http://$LOCALIP:$HGPORT/
+}
+
 cat > dummycommands.py << EOF
 from mercurial import (
     wireprototypes,