comparison mercurial/statichttprepo.py @ 14929:4bf9493e7b07

localrepo: add a cache with stat info for files under .hg/
author Idan Kamara <idankk86@gmail.com>
date Mon, 25 Jul 2011 15:08:37 +0300
parents 28682c7e7479
children 1c917bc66ccc
comparison
equal deleted inserted replaced
14928:dca59d5be12d 14929:4bf9493e7b07
123 self._branchcache = None 123 self._branchcache = None
124 self._branchcachetip = None 124 self._branchcachetip = None
125 self.encodepats = None 125 self.encodepats = None
126 self.decodepats = None 126 self.decodepats = None
127 self.capabilities.difference_update(["pushkey"]) 127 self.capabilities.difference_update(["pushkey"])
128 self._filecache = {}
128 129
129 def url(self): 130 def url(self):
130 return self._url 131 return self._url
131 132
132 def local(self): 133 def local(self):