# HG changeset patch # User Steve Borho # Date 2011-03-03 04:00:41 # Node ID d931cce7f2074f5cf86a69a7b19315f62148e187 # Parent c12088259f640d1174b48f0f8e79230516383097 # Parent 8ac1260941c06cd8c765a6c107ff645fc7c0f0a5 merge with stable diff --git a/mercurial/localrepo.py b/mercurial/localrepo.py --- a/mercurial/localrepo.py +++ b/mercurial/localrepo.py @@ -763,7 +763,7 @@ class localrepository(repo.repository): 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()