Differences between revisions 5 and 9 (spanning 4 versions)
Revision 5 as of 2012-11-06 22:39:28
Size: 473
Editor: abuehl
Comment: remove link to deleted page "Bundle"
Revision 9 as of 2013-09-03 03:16:03
Size: 473
Editor: KevinBot
Comment:
No differences found!

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.


CategoryTipsAndTricks

CreateBundleOfAllChanges (last edited 2013-09-03 03:16:03 by KevinBot)