Mercurial > hg
changeset 8903:d403cf4eb32d
help: describe bundle compression methods (issue1523)
author | Henrik Stuart <hg@hstuart.dk> |
---|---|
date | Tue, 23 Jun 2009 21:49:49 +0200 |
parents | b9a8b616521d |
children | 8be38b624902 |
files | mercurial/commands.py |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun May 31 03:09:00 2009 -0400 +++ b/mercurial/commands.py Tue Jun 23 21:49:49 2009 +0200 @@ -482,9 +482,11 @@ If no destination repository is specified the destination is assumed to have all the nodes specified by one or more --base parameters. To create a bundle containing all changesets, use - -a/--all (or --base null). To change the compression method - applied, use the -t/--type option (by default, bundles are - compressed using bz2). + -a/--all (or --base null). + + To change the compression method applied, use the -t/--type + option. The available compression methods are: none, bzip2, and + gzip (by default, bundles are compressed using bzip2). The bundle file can then be transferred using conventional means and applied to another repository with the unbundle or pull