##// END OF EJS Templates
help: describe bundle compression methods (issue1523)
Henrik Stuart -
r8903:d403cf4e default
parent child Browse files
Show More
@@ -482,9 +482,11 b' def bundle(ui, repo, fname, dest=None, *'
482 482 If no destination repository is specified the destination is
483 483 assumed to have all the nodes specified by one or more --base
484 484 parameters. To create a bundle containing all changesets, use
485 -a/--all (or --base null). To change the compression method
486 applied, use the -t/--type option (by default, bundles are
487 compressed using bz2).
485 -a/--all (or --base null).
486
487 To change the compression method applied, use the -t/--type
488 option. The available compression methods are: none, bzip2, and
489 gzip (by default, bundles are compressed using bzip2).
488 490
489 491 The bundle file can then be transferred using conventional means
490 492 and applied to another repository with the unbundle or pull
General Comments 0
You need to be logged in to leave comments. Login now