Mercurial > hg-stable
changeset 10419:992dc3d39357
hgrc: update docs for the server section
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 11 Feb 2010 17:13:22 -0600 |
parents | 5fc090ba08a6 |
children | 41d0ed2c79df |
files | doc/hgrc.5.txt |
diffstat | 1 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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`` """""""""""