changeset 13527:d931cce7f207

merge with stable
author Steve Borho <steve@borho.org>
date Wed, 02 Mar 2011 22:00:41 -0600
parents c12088259f64 (current diff) 8ac1260941c0 (diff)
children 73bf872a91d8
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Wed Mar 02 12:19:18 2011 -0500
+++ b/mercurial/localrepo.py	Wed Mar 02 22:00:41 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()