diff mercurial/localrepo.py @ 6118:b69a39ab4745

localrepo.invalidate: invalidate branchcache
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 15 Feb 2008 16:06:36 -0200
parents f3a8b5360100
children b8919d401313
line wrap: on
line diff
--- 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: