mercurial/sshpeer.py
changeset 37498 aacfca6f9767
parent 37411 3e1688711efd
child 37614 a81d02ea65db
--- a/mercurial/sshpeer.py	Fri Apr 06 22:39:58 2018 -0700
+++ b/mercurial/sshpeer.py	Thu Jan 18 12:54:01 2018 +0100
@@ -168,7 +168,7 @@
 
     Returns a list of capabilities that are supported by this client.
     """
-    protoparams = set()
+    protoparams = {'partial-pull'}
     comps = [e.wireprotosupport().name for e in
              util.compengines.supportedwireengines(util.CLIENTROLE)]
     protoparams.add('comp=%s' % ','.join(comps))