Mercurial > hg-stable
changeset 49442:23dd636852b8
bundlespec: add documentation about existing option
We have some documentation, lets make it complete.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 11 Jul 2022 23:59:34 +0200 |
parents | ece490b02a9b |
children | 2bbd7bc7d6c4 |
files | mercurial/helptext/bundlespec.txt |
diffstat | 1 files changed, 27 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ========