##// END OF EJS Templates
localrepo: decorate manifest() with filecache
Idan Kamara -
r14934:019fe0b0 default
parent child Browse files
Show More
@@ -184,7 +184,7 b' class localrepository(repo.repository):'
184 184 c.readpending('00changelog.i.a')
185 185 return c
186 186
187 @propertycache
187 @filecache('00manifest.i', True)
188 188 def manifest(self):
189 189 return manifest.manifest(self.sopener)
190 190
General Comments 0
You need to be logged in to leave comments. Login now