diff mercurial/interfaces/repository.py @ 51946:e51161b12c7e

rev-branch-cache: have debugupdatecache warm rbc too Since the "v2" format can be more performant than the "v1" format (thanks to mmap), it is useful to be able to make sure it is present
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 25 Sep 2024 12:42:47 +0200
parents 5e79783d4bc7
children d57d1606049c
line wrap: on
line diff
--- a/mercurial/interfaces/repository.py	Wed Sep 25 12:49:32 2024 +0200
+++ b/mercurial/interfaces/repository.py	Wed Sep 25 12:42:47 2024 +0200
@@ -82,6 +82,7 @@
     CACHE_BRANCHMAP_SERVED,
     CACHE_BRANCHMAP_ALL,
     CACHE_BRANCHMAP_DETECT_PURE_TOPO,
+    CACHE_REV_BRANCH,
     CACHE_CHANGELOG_CACHE,
     CACHE_FILE_NODE_TAGS,
     CACHE_FULL_MANIFEST,