Submitter | Katsunori FUJIWARA |
---|---|
Date | Sept. 2, 2016, 6:34 p.m. |
Message ID | <b4264bfd8cbc814cab2c.1472841253@feefifofum> |
Download | mbox | patch |
Permalink | /patch/16534/ |
State | Changes Requested |
Delegated to: | Yuya Nishihara |
Headers | show |
Comments
Patch
diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -1276,6 +1276,7 @@ class localrepository(object): 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():