bundlespec: add documentation about existing option
authorPierre-Yves David <pierre-yves.david@octobus.net>
Mon, 11 Jul 2022 23:59:34 +0200
changeset 49409 23dd636852b8
parent 49396 ece490b02a9b
child 49410 2bbd7bc7d6c4
bundlespec: add documentation about existing option We have some documentation, lets make it complete.
mercurial/helptext/bundlespec.txt
--- 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
 ========