Bundle File
All about handling unknown feature in bundle.
Mercurial can store history information into "bundle file" for sharing or backup purpose. The format and feature of these bundle evolve over time in a way that can make new client produce bundle that and older client cannot read.
Contents
1. Known Feature
Feature
Introduced
with versionDescription
HG10
0.7
the good old historical format for mercurial bundles
HG20
3.5
A more extensible bundle format
Compression
3.6
compression for HG20 bundle
2. Producing Compatible Bundle
(This section is to be filled)