localrepo.invalidate: invalidate branchcache
authorAlexis S. L. Carvalho <alexis@cecm.usp.br>
Fri, 15 Feb 2008 16:06:36 -0200
changeset 6118 b69a39ab4745
parent 6117 c74f1d9092f8
child 6119 b8919d401313
localrepo.invalidate: invalidate branchcache
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: