mercurial/wireprotoserver.py
changeset 37533 df4985497986
parent 37485 0b7475ea38cf
child 37535 69e46c1834ac
--- a/mercurial/wireprotoserver.py	Sun Apr 08 09:45:45 2018 -0700
+++ b/mercurial/wireprotoserver.py	Mon Apr 09 11:52:31 2018 -0700
@@ -831,6 +831,9 @@
     def name(self):
         return wireprototypes.SSHV2
 
+    def addcapabilities(self, repo, caps):
+        return caps
+
 def _runsshserver(ui, repo, fin, fout, ev):
     # This function operates like a state machine of sorts. The following
     # states are defined: