doc/hgrc.5.txt
changeset 10419 992dc3d39357
parent 10416 4cfd0d56be6d
child 10485 677fee0a0604
equal deleted inserted replaced
10418:5fc090ba08a6 10419:992dc3d39357
   714     data than a regular clone, but uses less memory and CPU on both
   714     data than a regular clone, but uses less memory and CPU on both
   715     server and client. Over a LAN (100 Mbps or better) or a very fast
   715     server and client. Over a LAN (100 Mbps or better) or a very fast
   716     WAN, an uncompressed streaming clone is a lot faster (~10x) than a
   716     WAN, an uncompressed streaming clone is a lot faster (~10x) than a
   717     regular clone. Over most WAN connections (anything slower than
   717     regular clone. Over most WAN connections (anything slower than
   718     about 6 Mbps), uncompressed streaming is slower, because of the
   718     about 6 Mbps), uncompressed streaming is slower, because of the
   719     extra data transfer overhead. Default is False.
   719     extra data transfer overhead. This mode will also temporarily hold
   720 
   720     the write lock while determining what data to transfer.
       
   721     Default is True.
       
   722 
       
   723 ``validate``
       
   724     Whether to validate the completeness of pushed changesets by
       
   725     checking that all new file revisions specified in manifests are
       
   726     present. Default is False.
   721 
   727 
   722 ``trusted``
   728 ``trusted``
   723 """""""""""
   729 """""""""""
   724 For security reasons, Mercurial will not use the settings in the
   730 For security reasons, Mercurial will not use the settings in the
   725 ``.hg/hgrc`` file from a repository if it doesn't belong to a trusted
   731 ``.hg/hgrc`` file from a repository if it doesn't belong to a trusted