# HG changeset patch # User Pierre-Yves David # Date 1657576774 -7200 # Node ID 23dd636852b8d23e4afcfa2aec5dcf923312d711 # Parent ece490b02a9b4eef512dbdb6e0b97b91f3a6c943 bundlespec: add documentation about existing option We have some documentation, lets make it complete. diff -r ece490b02a9b -r 23dd636852b8 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 ========