mercurial/help/config.txt
changeset 39738 4bd6e444c76f
parent 39737 1b5880352314
child 39808 ff0060d2a099
equal deleted inserted replaced
39737:1b5880352314 39738:4bd6e444c76f
  1927     repositories to the exchange format required by the bundle1 data
  1927     repositories to the exchange format required by the bundle1 data
  1928     format can consume a lot of CPU.
  1928     format can consume a lot of CPU.
  1929 
  1929 
  1930 ``bundle2.stream``
  1930 ``bundle2.stream``
  1931     Whether to allow clients to pull using the bundle2 streaming protocol.
  1931     Whether to allow clients to pull using the bundle2 streaming protocol.
  1932     (default: False)
  1932     (default: True)
  1933 
  1933 
  1934 ``zliblevel``
  1934 ``zliblevel``
  1935     Integer between ``-1`` and ``9`` that controls the zlib compression level
  1935     Integer between ``-1`` and ``9`` that controls the zlib compression level
  1936     for wire protocol commands that send zlib compressed output (notably the
  1936     for wire protocol commands that send zlib compressed output (notably the
  1937     commands that send repository history data).
  1937     commands that send repository history data).