mercurial/statichttprepo.py
changeset 24373 59cc09240afb
parent 23878 37a92908a382
child 24377 656f93ce66d5
equal deleted inserted replaced
24372:577f65cf1a57 24373:59cc09240afb
   139         self.manifest = manifest.manifest(self.svfs)
   139         self.manifest = manifest.manifest(self.svfs)
   140         self.changelog = changelog.changelog(self.svfs)
   140         self.changelog = changelog.changelog(self.svfs)
   141         self._tags = None
   141         self._tags = None
   142         self.nodetagscache = None
   142         self.nodetagscache = None
   143         self._branchcaches = {}
   143         self._branchcaches = {}
       
   144         self._revbranchcache = None
   144         self.encodepats = None
   145         self.encodepats = None
   145         self.decodepats = None
   146         self.decodepats = None
   146 
   147 
   147     def _restrictcapabilities(self, caps):
   148     def _restrictcapabilities(self, caps):
   148         caps = super(statichttprepository, self)._restrictcapabilities(caps)
   149         caps = super(statichttprepository, self)._restrictcapabilities(caps)