mercurial/bundle2.py
changeset 22341 2d16b39601b5
parent 22340 394a17de6a2d
child 22342 262c5cc126c1
--- a/mercurial/bundle2.py	Mon Aug 25 18:35:39 2014 +0200
+++ b/mercurial/bundle2.py	Mon Aug 25 19:17:06 2014 +0200
@@ -775,6 +775,12 @@
             self.consumed = True
         return data
 
+capabilities = {'HG2X': (),
+                'b2x:listkeys': (),
+                'b2x:pushkey': (),
+                'b2x:changegroup': (),
+               }
+
 def bundle2caps(remote):
     """return the bundlecapabilities of a peer as dict"""
     raw = remote.capable('bundle2-exp')