Differences between revisions 2 and 3
Revision 2 as of 2008-03-23 18:59:22
Size: 347
Editor: abuehl
Comment: link
Revision 3 as of 2008-03-23 21:22:53
Size: 482
Comment: mention --all as alias of --base null
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
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.

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

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)