# HG changeset patch # User Stefano Mioli # Date 2009-06-28 11:56:34 # Node ID 8358cf63f61249e67576c1be3ef04b3713b2d996 # Parent 7672d8e13d0d7e2a64fca6195a303e74d515cb55 commands: improve bundle compression methods description diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -484,8 +484,8 @@ def bundle(ui, repo, fname, dest=None, * 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. The available compression methods are: none, bzip2, and + You can change compression method with 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