hgext/clonebundles.py
changeset 50713 ddc55fb220ba
parent 50711 40638610c6ee
child 50735 2b0598121a71
--- a/hgext/clonebundles.py	Wed Jun 21 15:53:33 2023 +0200
+++ b/hgext/clonebundles.py	Wed Jun 21 15:55:07 2023 +0200
@@ -858,6 +858,7 @@
         'op_id': op_id,
     }
     for t in targets:
+        t = bundlecaches.parsebundlespec(repo, t, strict=False).as_spec()
         if new_bundle_needed(repo, bundles, ratio, abs_revs, t, revs):
             data = generic_data.copy()
             data['bundle_type'] = t