mercurial/bundlecaches.py
changeset 45785 80f32ec8653a
parent 45784 74271829ddc0
child 46627 f4c325bf80fc
--- a/mercurial/bundlecaches.py	Thu Oct 15 15:57:36 2020 +0200
+++ b/mercurial/bundlecaches.py	Wed Oct 14 17:46:28 2020 +0200
@@ -16,6 +16,8 @@
 
 urlreq = util.urlreq
 
+CB_MANIFEST_FILE = b'clonebundles.manifest'
+
 
 @attr.s
 class bundlespec(object):