Mercurial > hg-stable
changeset 26532:1d1d0914cb76
parsebundletype: add a comment for future generation
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 01 Oct 2015 20:21:16 -0700 |
parents | 15ce78517d4b |
children | 3e61b325e79a |
files | mercurial/cmdutil.py |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/cmdutil.py Thu Oct 01 19:16:00 2015 -0700 +++ b/mercurial/cmdutil.py Thu Oct 01 20:21:16 2015 -0700 @@ -3349,6 +3349,9 @@ 'hg bundle --type TYPE'. It accept format in the form [compression][-version]|[version] + + Consensus about extensions of the format for various bundle2 feature + is to prefix any feature with "+". eg "+treemanifest" or "gzip+phases" """ comp, version = None, None