##// END OF EJS Templates
localrepo: fix phaseroots filecache definition...
Idan Kamara -
r15987:b5f6a63b stable
parent child Browse files
Show More
@@ -176,7 +176,7 b' class localrepository(repo.repository):'
176 def _writebookmarks(self, marks):
176 def _writebookmarks(self, marks):
177 bookmarks.write(self)
177 bookmarks.write(self)
178
178
179 @filecache('phaseroots')
179 @filecache('phaseroots', True)
180 def _phaseroots(self):
180 def _phaseroots(self):
181 self._dirtyphases = False
181 self._dirtyphases = False
182 phaseroots = phases.readroots(self)
182 phaseroots = phases.readroots(self)
General Comments 0
You need to be logged in to leave comments. Login now