mercurial/localrepo.py
changeset 29920 e35a83cedde1
parent 29918 d9c49138ab93
child 29962 6b5a9a01f29d
--- a/mercurial/localrepo.py	Mon Sep 12 03:06:29 2016 +0900
+++ b/mercurial/localrepo.py	Mon Sep 12 03:06:29 2016 +0900
@@ -1279,6 +1279,7 @@
         self.invalidate()
         self.invalidatedirstate()
 
+    @unfilteredmethod
     def _refreshfilecachestats(self, tr):
         """Reload stats of cached files so that they are flagged as valid"""
         for k, ce in self._filecache.items():