diff mercurial/bundlecaches.py @ 53031:e705fec4a03f stable

branching: merging with 7.0 changes Since 6.9.3 was made after 7.0rc0 we need to deal with more branching than usual.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 05 Mar 2025 23:02:19 +0100
parents 89ab2459f62a 42f78c859dd1
children cdd7bf612c7b
line wrap: on
line diff
--- a/mercurial/bundlecaches.py	Wed Mar 05 22:33:11 2025 +0100
+++ b/mercurial/bundlecaches.py	Wed Mar 05 23:02:19 2025 +0100
@@ -35,7 +35,6 @@
 
 urlreq = util.urlreq
 
-BUNDLE_CACHE_DIR = b'bundle-cache'
 CB_MANIFEST_FILE = b'clonebundles.manifest'
 CLONEBUNDLESCHEME = b"peer-bundle-cache://"