[PATCH] help: describe bundle compression methods (issue1523)

Henrik Stuart hg at hstuart.dk
Tue Jun 23 14:50:21 CDT 2009


# HG changeset patch
# User Henrik Stuart <hg at hstuart.dk>
# Date 1245786589 -7200
# Node ID 29555e4b5d1b89bcab3e04b91dca3a849eb0e3c5
# Parent  589a3d0220797e2bcc4a02fb39d3681ad53d20bf
help: describe bundle compression methods (issue1523)

diff -r 589a3d022079 -r 29555e4b5d1b mercurial/commands.py
--- a/mercurial/commands.py	Tue Jun 23 15:51:27 2009 +0200
+++ 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


More information about the Mercurial-devel mailing list