# HG changeset patch # User timeless # Date 1450364351 0 # Node ID 930f529b0d5f0f23cd14477aa99ce981c7f9855c # Parent 3da583097fca315313f24c49f0f2690537d06c0d bundle: fix grammar in help text diff -r 3da583097fca -r 930f529b0d5f mercurial/commands.py --- 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