⇤ ← Revision 1 as of 2008-03-23 16:43:36
Size: 343
Comment: moved from TipsAndTricks/Basic
|
Size: 347
Comment: link
|
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'''. 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: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: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:
$ hg bundle --base null project.hg