mercurial/bundlecaches.py
changeset 50663 60f9602b413e
parent 50542 dc201a09e82c
--- a/mercurial/bundlecaches.py	Wed May 31 18:08:56 2023 +0100
+++ b/mercurial/bundlecaches.py	Wed Mar 08 14:23:43 2023 +0100
@@ -23,7 +23,9 @@
 
 urlreq = util.urlreq
 
+BUNDLE_CACHE_DIR = b'bundle-cache'
 CB_MANIFEST_FILE = b'clonebundles.manifest'
+CLONEBUNDLESCHEME = b"peer-bundle-cache://"
 
 
 def get_manifest(repo):