Size: 954
Comment:
|
Size: 745
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 4: | Line 4: |
All about handling unknown feature in bundle. |
|
Line 11: | Line 13: |
The '''requires file''' is a file inside the [[Repository|repository]] which is used to describe the general format and layout of the repository. This provides a basic mechanism for introducing new repository formats. It is only written on repository creation, for instance during init or clone. == Known requirements == |
|
Line 22: | Line 18: |
== Producing Compatible Bundle == (This section is to be filled) |
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)