mercurial/wireprotoserver.py
changeset 36610 af0d38f015bb
parent 36536 3cd245945ef3
child 36613 6e585bca962e
--- a/mercurial/wireprotoserver.py	Fri Mar 02 09:47:37 2018 -0500
+++ b/mercurial/wireprotoserver.py	Tue Feb 27 14:56:03 2018 -0800
@@ -371,6 +371,10 @@
 class sshv2protocolhandler(sshv1protocolhandler):
     """Protocol handler for version 2 of the SSH protocol."""
 
+    @property
+    def name(self):
+        return wireprototypes.SSHV2
+
 def _runsshserver(ui, repo, fin, fout, ev):
     # This function operates like a state machine of sorts. The following
     # states are defined: