##// 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 If no destination repository is specified the destination is
482 If no destination repository is specified the destination is
483 assumed to have all the nodes specified by one or more --base
483 assumed to have all the nodes specified by one or more --base
484 parameters. To create a bundle containing all changesets, use
484 parameters. To create a bundle containing all changesets, use
485 -a/--all (or --base null). To change the compression method
485 -a/--all (or --base null).
486 applied, use the -t/--type option (by default, bundles are
486
487 compressed using bz2).
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 The bundle file can then be transferred using conventional means
491 The bundle file can then be transferred using conventional means
490 and applied to another repository with the unbundle or pull
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