comparison mercurial/help/config.txt @ 16361:6097ede2be4d

protocol: Add the stream-preferred capability This makes the client use the uncompressed protocol.
author Benoit Allard <benoit@aeteurope.nl>
date Wed, 04 Apr 2012 00:00:47 +0200
parents dbf64594a3c3
children f5dd179bfa4a
comparison
equal deleted inserted replaced
16360:e5788269741a 16361:6097ede2be4d
976 regular clone. Over most WAN connections (anything slower than 976 regular clone. Over most WAN connections (anything slower than
977 about 6 Mbps), uncompressed streaming is slower, because of the 977 about 6 Mbps), uncompressed streaming is slower, because of the
978 extra data transfer overhead. This mode will also temporarily hold 978 extra data transfer overhead. This mode will also temporarily hold
979 the write lock while determining what data to transfer. 979 the write lock while determining what data to transfer.
980 Default is True. 980 Default is True.
981
982 ``preferuncompressed``
983 When set, clients will try to use the uncompressed streaming
984 protocol. Default is False.
981 985
982 ``validate`` 986 ``validate``
983 Whether to validate the completeness of pushed changesets by 987 Whether to validate the completeness of pushed changesets by
984 checking that all new file revisions specified in manifests are 988 checking that all new file revisions specified in manifests are
985 present. Default is False. 989 present. Default is False.