hgext/clonebundles.py
changeset 50701 4238e6b22fc4
parent 50686 a41eeb877d07
child 50710 1299525832d0
--- a/hgext/clonebundles.py	Mon Jun 19 11:28:45 2023 +0200
+++ b/hgext/clonebundles.py	Mon Jun 19 15:49:35 2023 +0200
@@ -324,6 +324,7 @@
     # missing file.
     if repo.vfs.exists(bundlecaches.CB_MANIFEST_FILE):
         caps.append(b'clonebundles')
+        caps.append(b'clonebundles_manifest')
 
     return caps