mercurial/statichttprepo.py
changeset 14929 4bf9493e7b07
parent 14519 28682c7e7479
child 14962 1c917bc66ccc
--- a/mercurial/statichttprepo.py	Sat Jul 09 19:06:59 2011 +0300
+++ b/mercurial/statichttprepo.py	Mon Jul 25 15:08:37 2011 +0300
@@ -125,6 +125,7 @@
         self.encodepats = None
         self.decodepats = None
         self.capabilities.difference_update(["pushkey"])
+        self._filecache = {}
 
     def url(self):
         return self._url