author | Steve Borho <steve@borho.org> |
Wed, 02 Mar 2011 21:57:20 -0600 | |
branch | stable |
changeset 13526 | 8ac1260941c0 |
parent 13520 | 9510ddf87c43 |
child 13527 | d931cce7f207 |
child 13531 | 67fbe566eff1 |
--- a/mercurial/localrepo.py Wed Mar 02 14:09:06 2011 +0100 +++ b/mercurial/localrepo.py Wed Mar 02 21:57:20 2011 -0600 @@ -763,7 +763,7 @@ self._branchcachetip = None def invalidate(self): - for a in ("changelog", "manifest", "_bookmarks", "_bookmarkscurrent"): + for a in ("changelog", "manifest", "_bookmarks", "_bookmarkcurrent"): if a in self.__dict__: delattr(self, a) self.invalidatecaches()