mercurial/dirstate.py
branchstable
changeset 16200 9d4a2942a732
parent 16143 fceb2964fa6c
child 16201 fb7c4c14223f
--- a/mercurial/dirstate.py	Thu Mar 01 17:39:58 2012 +0200
+++ b/mercurial/dirstate.py	Thu Mar 01 17:39:58 2012 +0200
@@ -52,6 +52,7 @@
         self._dirtypl = False
         self._lastnormaltime = 0
         self._ui = ui
+        self._filecache = {}
 
     @propertycache
     def _map(self):