##// END OF EJS Templates
parsebundletype: add a comment for future generation
Pierre-Yves David -
r26532:1d1d0914 default
parent child Browse files
Show More
@@ -3349,6 +3349,9 b' def parsebundletype(repo, spec):'
3349 'hg bundle --type TYPE'.
3349 'hg bundle --type TYPE'.
3350
3350
3351 It accept format in the form [compression][-version]|[version]
3351 It accept format in the form [compression][-version]|[version]
3352
3353 Consensus about extensions of the format for various bundle2 feature
3354 is to prefix any feature with "+". eg "+treemanifest" or "gzip+phases"
3352 """
3355 """
3353 comp, version = None, None
3356 comp, version = None, None
3354
3357
General Comments 0
You need to be logged in to leave comments. Login now