diff -r e67522413ca8 -r 762ef19a07e3 mercurial/wireprotov2server.py --- a/mercurial/wireprotov2server.py Mon Oct 08 17:10:59 2018 -0700 +++ b/mercurial/wireprotov2server.py Mon Oct 08 17:00:16 2018 -0700 @@ -29,7 +29,7 @@ stringutil, ) -FRAMINGTYPE = b'application/mercurial-exp-framing-0005' +FRAMINGTYPE = b'application/mercurial-exp-framing-0006' HTTP_WIREPROTO_V2 = wireprototypes.HTTP_WIREPROTO_V2