hgrc: update docs for the server section
authorMatt Mackall <mpm@selenic.com>
Thu, 11 Feb 2010 17:13:22 -0600
changeset 10419 992dc3d39357
parent 10418 5fc090ba08a6
child 10420 41d0ed2c79df
hgrc: update docs for the server section
doc/hgrc.5.txt
--- a/doc/hgrc.5.txt	Thu Feb 11 16:37:43 2010 -0600
+++ b/doc/hgrc.5.txt	Thu Feb 11 17:13:22 2010 -0600
@@ -716,8 +716,14 @@
     WAN, an uncompressed streaming clone is a lot faster (~10x) than a
     regular clone. Over most WAN connections (anything slower than
     about 6 Mbps), uncompressed streaming is slower, because of the
-    extra data transfer overhead. Default is False.
+    extra data transfer overhead. This mode will also temporarily hold
+    the write lock while determining what data to transfer.
+    Default is True.
 
+``validate``
+    Whether to validate the completeness of pushed changesets by
+    checking that all new file revisions specified in manifests are
+    present. Default is False.
 
 ``trusted``
 """""""""""