changeset 27421:930f529b0d5f

bundle: fix grammar in help text
author timeless <timeless@mozdev.org>
date Thu, 17 Dec 2015 14:59:11 +0000
parents 3da583097fca
children 67eeb7421d8d
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Thu Dec 17 14:58:52 2015 +0000
+++ b/mercurial/commands.py	Thu Dec 17 14:59:11 2015 +0000
@@ -1313,7 +1313,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 most suitable).
+    available formats 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