hgext/clonebundles.py
changeset 50701 4238e6b22fc4
parent 50686 a41eeb877d07
child 50710 1299525832d0
equal deleted inserted replaced
50700:f4e8c82e2cef 50701:4238e6b22fc4
   322     # Only advertise if a manifest exists. This does add some I/O to requests.
   322     # Only advertise if a manifest exists. This does add some I/O to requests.
   323     # But this should be cheaper than a wasted network round trip due to
   323     # But this should be cheaper than a wasted network round trip due to
   324     # missing file.
   324     # missing file.
   325     if repo.vfs.exists(bundlecaches.CB_MANIFEST_FILE):
   325     if repo.vfs.exists(bundlecaches.CB_MANIFEST_FILE):
   326         caps.append(b'clonebundles')
   326         caps.append(b'clonebundles')
       
   327         caps.append(b'clonebundles_manifest')
   327 
   328 
   328     return caps
   329     return caps
   329 
   330 
   330 
   331 
   331 def extsetup(ui):
   332 def extsetup(ui):