changeset 21140 | 4aeb8da68090 |
parent 21106 | 53433d8f1faa |
child 21141 | d8dd19e09ed4 |
--- a/mercurial/localrepo.py Thu Apr 17 01:44:53 2014 -0400 +++ b/mercurial/localrepo.py Thu Apr 17 01:50:28 2014 -0400 @@ -179,6 +179,8 @@ requirements = ['revlogv1'] filtername = None + bundle2caps = {'HG20': ()} + # a list of (ui, featureset) functions. # only functions defined in module of enabled extensions are invoked featuresetupfuncs = set()