changeset 15987:b5f6a63b4ded stable

localrepo: fix phaseroots filecache definition it's in .hg/store
author Idan Kamara <idankk86@gmail.com>
date Thu, 26 Jan 2012 00:21:53 +0200
parents ba959f6e10f8
children 827e0126738d
files mercurial/localrepo.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/localrepo.py	Tue Jan 24 19:49:30 2012 +0100
+++ b/mercurial/localrepo.py	Thu Jan 26 00:21:53 2012 +0200
@@ -176,7 +176,7 @@
     def _writebookmarks(self, marks):
       bookmarks.write(self)
 
-    @filecache('phaseroots')
+    @filecache('phaseroots', True)
     def _phaseroots(self):
         self._dirtyphases = False
         phaseroots = phases.readroots(self)