mercurial/localrepo.py
changeset 42238 32338e27bb9d
parent 42231 d345627d104b
child 42240 39b63f9d7464
equal deleted inserted replaced
42237:9f45d3d526f9 42238:32338e27bb9d
  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):