merge with stable
authorSteve Borho <steve@borho.org>
Wed, 02 Mar 2011 22:00:41 -0600
changeset 13527 d931cce7f207
parent 13525 c12088259f64 (current diff)
parent 13526 8ac1260941c0 (diff)
child 13528 73bf872a91d8
merge with stable
--- 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()