hgext/clonebundles.py
changeset 50663 60f9602b413e
parent 50435 3973b1dc3ee3
--- a/hgext/clonebundles.py	Wed May 31 18:08:56 2023 +0100
+++ b/hgext/clonebundles.py	Wed Mar 08 14:23:43 2023 +0100
@@ -202,6 +202,18 @@
 Mercurial server when the bundle hosting service fails.
 
 
+inline clonebundles
+-------------------
+
+It is possible to transmit clonebundles inline in case repositories are
+accessed over SSH. This avoids having to setup an external HTTPS server
+and results in the same access control as already present for the SSH setup.
+
+Inline clonebundles should be placed into the `.hg/bundle-cache` directory.
+A clonebundle at `.hg/bundle-cache/mybundle.bundle` is referred to
+in the `clonebundles.manifest` file as `peer-bundle-cache://mybundle.bundle`.
+
+
 auto-generation of clone bundles
 --------------------------------