# HG changeset patch # User Kim Alvefur # Date 2018-04-20 13:39:32 # Node ID 8c8b6d13949af6233a5ffa3590e9428fc77a3d69 # Parent 1ec874717d8a93b19e0d50628443e0ee5efab3a9 internals: correct capitalization of 'compression' stream level parameter diff --git a/mercurial/help/internals/bundle2.txt b/mercurial/help/internals/bundle2.txt --- a/mercurial/help/internals/bundle2.txt +++ b/mercurial/help/internals/bundle2.txt @@ -61,7 +61,7 @@ options should go into a bundle2 part in The following stream level parameters are defined: -compression +Compression Compression format of payload data. ``GZ`` denotes zlib. ``BZ`` denotes bzip2. ``ZS`` denotes zstandard.