doc/hgrc.5.txt
changeset 10419 992dc3d39357
parent 10416 4cfd0d56be6d
child 10485 677fee0a0604
--- 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``
 """""""""""