equal
deleted
inserted
replaced
2130 |
2130 |
2131 # ensure the working copy parents are in the manifestfulltextcache |
2131 # ensure the working copy parents are in the manifestfulltextcache |
2132 for ctx in self['.'].parents(): |
2132 for ctx in self['.'].parents(): |
2133 ctx.manifest() # accessing the manifest is enough |
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 # accessing tags warm the cache |
2137 # accessing tags warm the cache |
2136 self.tags() |
2138 self.tags() |
2137 self.filtered('served').tags() |
2139 self.filtered('served').tags() |
2138 |
2140 |
2139 def invalidatecaches(self): |
2141 def invalidatecaches(self): |