comparison 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
comparison
equal deleted inserted replaced
53030:74439d1cbeba 53031:e705fec4a03f
33 ) 33 )
34 from .utils import stringutil 34 from .utils import stringutil
35 35
36 urlreq = util.urlreq 36 urlreq = util.urlreq
37 37
38 BUNDLE_CACHE_DIR = b'bundle-cache'
39 CB_MANIFEST_FILE = b'clonebundles.manifest' 38 CB_MANIFEST_FILE = b'clonebundles.manifest'
40 CLONEBUNDLESCHEME = b"peer-bundle-cache://" 39 CLONEBUNDLESCHEME = b"peer-bundle-cache://"
41 40
42 41
43 def get_manifest(repo) -> bytes: 42 def get_manifest(repo) -> bytes: