Size: 484
Comment: converted to 1.6 markup
|
Size: 473
Comment: remove link to deleted page "Bundle"
|
Deletions are marked like this. | Additions are marked like this. |
Line 3: | Line 3: |
The best way to create a compressed version of a [[Repository|repository]] is with a [[Bundle|bundle]]. It will be significantly smaller than a tarball or a zip file. To include all revisions, simply specify the '''null''' base: | The best way to create a compressed version of a [[Repository|repository]] is with a bundle. It will be significantly smaller than a tarball or a zip file. To include all revisions, simply specify the '''null''' base: |
Create a bundle of all changes
The best way to create a compressed version of a repository is with a bundle. It will be significantly smaller than a tarball or a zip file. To include all revisions, simply specify the null base:
$ hg bundle --base null project.hg
After release 0.9.5 the switch --all was added as an alias to --base null, so you can use hg bundle --all project.hg instead.