changeset 21660 | e87d2a12d41b |
parent 21657 | 0ff44e06275d |
child 21702 | 99db956b88ab |
--- a/mercurial/localrepo.py Thu May 29 15:23:25 2014 -0700 +++ b/mercurial/localrepo.py Tue May 27 16:32:50 2014 -0700 @@ -181,7 +181,8 @@ filtername = None bundle2caps = {'HG2X': (), - 'b2x:listkeys': ()} + 'b2x:listkeys': (), + 'b2x:pushkey': ()} # a list of (ui, featureset) functions. # only functions defined in module of enabled extensions are invoked