Show More
@@ -184,7 +184,7 b' class localrepository(repo.repository):' | |||||
184 | c.readpending('00changelog.i.a') |
|
184 | c.readpending('00changelog.i.a') | |
185 | return c |
|
185 | return c | |
186 |
|
186 | |||
187 | @propertycache |
|
187 | @filecache('00manifest.i', True) | |
188 | def manifest(self): |
|
188 | def manifest(self): | |
189 | return manifest.manifest(self.sopener) |
|
189 | return manifest.manifest(self.sopener) | |
190 |
|
190 |
General Comments 0
You need to be logged in to leave comments.
Login now