mercurial/localrepo.py
changeset 51596 6378d57562af
parent 51537 4a8bb136ee77
--- a/mercurial/localrepo.py	Tue Apr 09 22:37:15 2024 +0200
+++ b/mercurial/localrepo.py	Wed Mar 13 11:34:21 2024 +0100
@@ -2959,7 +2959,7 @@
 
         if repository.CACHE_FILE_NODE_TAGS in caches:
             # accessing fnode cache warms the cache
-            tagsmod.fnoderevs(self.ui, unfi, unfi.changelog.revs())
+            tagsmod.warm_cache(self)
 
         if repository.CACHE_TAGS_DEFAULT in caches:
             # accessing tags warm the cache