Mercurial > hg
changeset 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 | c74f1d9092f8 |
children | b8919d401313 |
files | mercurial/localrepo.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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: