diff -r 65839176cea9 -r 48572371d478 mercurial/bundlecaches.py --- a/mercurial/bundlecaches.py Fri Jan 31 15:04:13 2025 +0000 +++ b/mercurial/bundlecaches.py Tue Jan 07 14:05:51 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://"