mercurial/sshserver.py
changeset 35750 a39a9df7ecca
parent 35705 8cdb671dbd0b
equal deleted inserted replaced
35749:3a3b59bbe7ce 35750:a39a9df7ecca
   103         sys.exit(0)
   103         sys.exit(0)
   104 
   104 
   105     handlers = {
   105     handlers = {
   106         str: sendresponse,
   106         str: sendresponse,
   107         wireproto.streamres: sendstream,
   107         wireproto.streamres: sendstream,
       
   108         wireproto.streamres_legacy: sendstream,
   108         wireproto.pushres: sendpushresponse,
   109         wireproto.pushres: sendpushresponse,
   109         wireproto.pusherr: sendpusherror,
   110         wireproto.pusherr: sendpusherror,
   110         wireproto.ooberror: sendooberror,
   111         wireproto.ooberror: sendooberror,
   111     }
   112     }
   112 
   113