changeset 35750 | a39a9df7ecca |
parent 35705 | 8cdb671dbd0b |
--- a/mercurial/sshserver.py Fri Jan 19 12:33:03 2018 -0800 +++ b/mercurial/sshserver.py Fri Jan 12 10:59:58 2018 +0100 @@ -105,6 +105,7 @@ handlers = { str: sendresponse, wireproto.streamres: sendstream, + wireproto.streamres_legacy: sendstream, wireproto.pushres: sendpushresponse, wireproto.pusherr: sendpusherror, wireproto.ooberror: sendooberror,