mercurial/statichttprepo.py
changeset 24377 656f93ce66d5
parent 24373 59cc09240afb
child 25196 7a1af58ab242
equal deleted inserted replaced
24376:203a078da052 24377:656f93ce66d5
   142         self.nodetagscache = None
   142         self.nodetagscache = None
   143         self._branchcaches = {}
   143         self._branchcaches = {}
   144         self._revbranchcache = None
   144         self._revbranchcache = None
   145         self.encodepats = None
   145         self.encodepats = None
   146         self.decodepats = None
   146         self.decodepats = None
       
   147         self._transref = None
   147 
   148 
   148     def _restrictcapabilities(self, caps):
   149     def _restrictcapabilities(self, caps):
   149         caps = super(statichttprepository, self)._restrictcapabilities(caps)
   150         caps = super(statichttprepository, self)._restrictcapabilities(caps)
   150         return caps.difference(["pushkey"])
   151         return caps.difference(["pushkey"])
   151 
   152