D2092: wireprotoserver: add version to SSH protocol names (API)

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Mon Feb 12 16:34:10 EST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rHGac33dc94e1d5: wireprotoserver: add version to SSH protocol names (API) (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D2092?vs=5353&id=5536

REVISION DETAIL
  https://phab.mercurial-scm.org/D2092

AFFECTED FILES
  mercurial/wireprotoserver.py

CHANGE DETAILS

diff --git a/mercurial/wireprotoserver.py b/mercurial/wireprotoserver.py
--- a/mercurial/wireprotoserver.py
+++ b/mercurial/wireprotoserver.py
@@ -367,7 +367,7 @@
 
     @property
     def name(self):
-        return 'ssh'
+        return SSHV1
 
     def getargs(self, args):
         data = {}



To: indygreg, #hg-reviewers, durin42
Cc: mercurial-devel


More information about the Mercurial-devel mailing list