[PATCH] help: improve bundle compression methods description

Stefano Mioli jstevie at gmail.com
Sun Jun 28 07:45:11 CDT 2009


Here is a patch that tries to improve bundle's help a bit.

Thanks to timeless[1].

[1] http://snipurl.com/l1h6w


# HG changeset patch
# User Stefano Mioli <jstevie at gmail.com>
# Date 1246190194 -7200
# Node ID a105c02daf96872ef24a881e92b467508c2014ab
# Parent  835a51e63c5b0e4eee4f95fcbbdaf4476629a621
help: improve bundle compression methods description

diff -r 835a51e63c5b -r a105c02daf96 mercurial/commands.py
--- a/mercurial/commands.py	Thu Jun 25 22:43:58 2009 +0200
+++ b/mercurial/commands.py	Sun Jun 28 13:56:34 2009 +0200
@@ -484,8 +484,8 @@
      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


More information about the Mercurial-devel mailing list