diff -r cd443c7589cc -r 2efdd186925d mercurial/localrepo.py --- a/mercurial/localrepo.py Mon Mar 24 15:42:13 2014 -0700 +++ b/mercurial/localrepo.py Mon Mar 24 15:35:07 2014 -0700 @@ -996,6 +996,7 @@ except AttributeError: pass self.invalidatecaches() + self.store.invalidatecaches() def invalidateall(self): '''Fully invalidates both store and non-store parts, causing the