diff -r 2b8c82f7f11d -r 4aeb8da68090 mercurial/localrepo.py --- 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()