doc/hgrc.5.txt
changeset 2621 5a5852a417b1
parent 2583 6e5427447f4c
child 2622 064aef9162cc
equal deleted inserted replaced
2620:de82749d3a71 2621:5a5852a417b1
   315 
   315 
   316 paths::
   316 paths::
   317   Assigns symbolic names to repositories.  The left side is the
   317   Assigns symbolic names to repositories.  The left side is the
   318   symbolic name, and the right gives the directory or URL that is the
   318   symbolic name, and the right gives the directory or URL that is the
   319   location of the repository.  Default paths can be declared by
   319   location of the repository.  Default paths can be declared by
   320  setting the following entries.
   320   setting the following entries.
   321   default;;
   321   default;;
   322     Directory or URL to use when pulling if no source is specified.
   322     Directory or URL to use when pulling if no source is specified.
   323     Default is set to repository from which the current repository
   323     Default is set to repository from which the current repository
   324     was cloned.
   324     was cloned.
   325   default-push;;
   325   default-push;;
   326     Optional.  Directory or URL to use when pushing if no destination
   326     Optional.  Directory or URL to use when pushing if no destination
   327     is specified.
   327     is specified.
       
   328 
       
   329 server::
       
   330   Controls generic server settings.
       
   331   stream;;
       
   332     Whether to allow clients to clone a repo using the uncompressed
       
   333     streaming protocol.  This transfers about 40% more data than a
       
   334     regular clone, but uses less memory and CPU on both server and
       
   335     client.  Over a LAN (100Mbps or better) or a very fast WAN, an
       
   336     uncompressed streaming clone is a lot faster (~10x) than a regular
       
   337     clone.  Over most WAN connections (anything slower than about
       
   338     6Mbps), uncompressed streaming is slower, because of the extra
       
   339     data transfer overhead.  Default is False.
   328 
   340 
   329 ui::
   341 ui::
   330   User interface controls.
   342   User interface controls.
   331   debug;;
   343   debug;;
   332     Print debugging information.  True or False.  Default is False.
   344     Print debugging information.  True or False.  Default is False.