parsebundletype: add a comment for future generation
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 01 Oct 2015 20:21:16 -0700
changeset 26532 1d1d0914cb76
parent 26531 15ce78517d4b
child 26533 3e61b325e79a
parsebundletype: add a comment for future generation
mercurial/cmdutil.py
--- 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