mercurial/localrepo.py
changeset 21657 0ff44e06275d
parent 21596 83bbfb23cb24
child 21660 e87d2a12d41b
--- a/mercurial/localrepo.py	Thu May 29 14:59:22 2014 -0700
+++ b/mercurial/localrepo.py	Tue May 27 15:43:09 2014 -0700
@@ -180,7 +180,8 @@
     requirements = ['revlogv1']
     filtername = None
 
-    bundle2caps = {'HG2X': ()}
+    bundle2caps = {'HG2X': (),
+                   'b2x:listkeys': ()}
 
     # a list of (ui, featureset) functions.
     # only functions defined in module of enabled extensions are invoked