diff doc/hgrc.5.txt @ 2622:064aef9162cc

rename stream hgrc option to compressed.
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Sun, 16 Jul 2006 10:04:16 -0700
parents 5a5852a417b1
children ebf033bc8eb2
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Sat Jul 15 16:06:35 2006 -0700
+++ b/doc/hgrc.5.txt	Sun Jul 16 10:04:16 2006 -0700
@@ -328,7 +328,7 @@
 
 server::
   Controls generic server settings.
-  stream;;
+  uncompressed;;
     Whether to allow clients to clone a repo using the uncompressed
     streaming protocol.  This transfers about 40% more data than a
     regular clone, but uses less memory and CPU on both server and