Show More
@@ -2132,6 +2132,8 b' class localrepository(object):' | |||
|
2132 | 2132 | for ctx in self['.'].parents(): |
|
2133 | 2133 | ctx.manifest() # accessing the manifest is enough |
|
2134 | 2134 | |
|
2135 | # accessing fnode cache warms the cache | |
|
2136 | tagsmod.fnoderevs(self.ui, unfi, unfi.changelog.revs()) | |
|
2135 | 2137 | # accessing tags warm the cache |
|
2136 | 2138 | self.tags() |
|
2137 | 2139 | self.filtered('served').tags() |
General Comments 0
You need to be logged in to leave comments.
Login now