##// END OF EJS Templates
localrepo: clear _filecache earlier to really force reloading (issue3462)...
localrepo: clear _filecache earlier to really force reloading (issue3462) ce0ad184f489 attempted to force the filecaches in localrepo to reload everything after a rollback. But simply clearing _filecache isn't enough, invalidate() needs to be called before/after. localrepo._rollback calls invalidate() already, so we clear the map right afterwards which ensures everything will be reread.

File last commit:

r0:9117c656 default
r16805:9a99224a stable
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer