mercurial/commands.py
changeset 26533 3e61b325e79a
parent 26531 15ce78517d4b
child 26539 1956026e4db2
--- a/mercurial/commands.py	Thu Oct 01 20:21:16 2015 -0700
+++ b/mercurial/commands.py	Thu Oct 01 20:31:43 2015 -0700
@@ -1223,7 +1223,7 @@
     specify a compression, a bundle version or both using a dash
     (comp-version). The available compression methods are: none, bzip2,
     and gzip (by default, bundles are compressed using bzip2). The
-    available format are: v1, v2 (default to v1).
+    available format are: v1, v2 (default to most suitable).
 
     The bundle file can then be transferred using conventional means
     and applied to another repository with the unbundle or pull