浏览代码

Update internals to reflect new --compression argument

Jan Bader 10 年之前
父节点
当前提交
028e12473d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/internals.rst

+ 1 - 1
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).