From 028e12473d5a40d86c67fe992698abaee14e16ff Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Thu, 2 Jul 2015 23:21:28 +0200 Subject: [PATCH] Update internals to reflect new --compression argument --- docs/internals.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/internals.rst b/docs/internals.rst index 9ee4a8c9e..43c2fe2e3 100644 --- a/docs/internals.rst +++ b/docs/internals.rst @@ -355,4 +355,4 @@ representation of the repository id. Compression ----------- -Currently, zlib level 6 is used as compression. +Currently, compression is disabled by default. To enable zlib compression, ``--compression level`` on the command line. Level can be anything from 0 (no compression, fast) to 9 (high compression, slow).