changeset 8958:8358cf63f612

commands: improve bundle compression methods description
author Stefano Mioli <jstevie@gmail.com>
date Sun, 28 Jun 2009 13:56:34 +0200
parents 7672d8e13d0d
children 8a5657ecdaaf
files mercurial/commands.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Sun Jun 28 16:23:23 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