diff setup.py @ 51897:f0e07efc199f

rev-branch-cache: move the code in a dedicated module The branchmap module is getting huge and the rev branch cache is fully independent, lets move it elsewhere.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 22 Sep 2024 15:55:46 +0200
parents 4dc1fc2b2f3a
children d07034819565
line wrap: on
line diff
--- a/setup.py	Wed Sep 25 01:16:47 2024 -0400
+++ b/setup.py	Sun Sep 22 15:55:46 2024 +0200
@@ -1331,6 +1331,7 @@
     'mercurial.admin',
     'mercurial.cext',
     'mercurial.cffi',
+    'mercurial.branching',
     'mercurial.defaultrc',
     'mercurial.dirstateutils',
     'mercurial.helptext',