mercurial/helptext/bundlespec.txt
changeset 49409 23dd636852b8
parent 43632 2e017696181f
child 50645 bf7404f2e22d
--- a/mercurial/helptext/bundlespec.txt	Mon Jul 18 19:18:00 2022 -0400
+++ b/mercurial/helptext/bundlespec.txt	Mon Jul 11 23:59:34 2022 +0200
@@ -67,6 +67,33 @@
 
 .. bundlecompressionmarker
 
+Available Options
+=================
+
+The following options exist:
+
+changegroup
+    Include the changegroup data in the bundle (default to True).
+
+cg.version
+    Select the version of the changegroup to use. Available options are : 01, 02
+    or 03. By default it will be automatically selected according to the current
+    repository format.
+
+obsolescence
+    Include obsolescence-markers relevant to the bundled changesets.
+
+phases
+    Include phase information relevant to the bundled changesets.
+
+revbranchcache
+    Include the "tags-fnodes" cache inside the bundle.
+
+
+tagsfnodescache
+    Include the "tags-fnodes" cache inside the bundle.
+
+
 Examples
 ========