mercurial/help/config.txt
changeset 37498 aacfca6f9767
parent 37414 2d965bfeb8f6
child 38133 18424aeece7f
equal deleted inserted replaced
37497:1541e1a8e87d 37498:aacfca6f9767
  1794 ``streamunbundle``
  1794 ``streamunbundle``
  1795     When set, servers will apply data sent from the client directly,
  1795     When set, servers will apply data sent from the client directly,
  1796     otherwise it will be written to a temporary file first. This option
  1796     otherwise it will be written to a temporary file first. This option
  1797     effectively prevents concurrent pushes.
  1797     effectively prevents concurrent pushes.
  1798 
  1798 
       
  1799 ``pullbundle``
       
  1800     When set, the server will check pullbundle.manifest for bundles
       
  1801     covering the requested heads and common nodes. The first matching
       
  1802     entry will be streamed to the client.
       
  1803 
       
  1804     For HTTP transport, the stream will still use zlib compression
       
  1805     for older clients.
       
  1806 
  1799 ``concurrent-push-mode``
  1807 ``concurrent-push-mode``
  1800     Level of allowed race condition between two pushing clients.
  1808     Level of allowed race condition between two pushing clients.
  1801 
  1809 
  1802     - 'strict': push is abort if another client touched the repository
  1810     - 'strict': push is abort if another client touched the repository
  1803       while the push was preparing. (default)
  1811       while the push was preparing. (default)