# HG changeset patch # User Alexis S. L. Carvalho # Date 1203098796 7200 # Node ID b69a39ab47454516437ec4b6b9f285c86a2b528e # Parent c74f1d9092f873a889b003f7edfc93931f55f9f1 localrepo.invalidate: invalidate branchcache diff -r c74f1d9092f8 -r b69a39ab4745 mercurial/localrepo.py --- a/mercurial/localrepo.py Fri Feb 15 18:37:00 2008 +0100 +++ b/mercurial/localrepo.py Fri Feb 15 16:06:36 2008 -0200 @@ -616,6 +616,7 @@ self.tagscache = None self._tagstypecache = None self.nodetagscache = None + self.branchcache = None def _lock(self, lockname, wait, releasefn, acquirefn, desc): try: