doc/hgrc.5.txt
changeset 5995 b913d3aacddc
parent 5972 d83020d0466f
child 5997 637d4c089834
child 6141 90e5c82a3859
equal deleted inserted replaced
5994:a445388aa554 5995:b913d3aacddc
   401     was cloned.
   401     was cloned.
   402   default-push;;
   402   default-push;;
   403     Optional.  Directory or URL to use when pushing if no destination
   403     Optional.  Directory or URL to use when pushing if no destination
   404     is specified.
   404     is specified.
   405 
   405 
       
   406 profile::
       
   407   Configuration of profiling options, for in-depth performance
       
   408   analysis.  Mostly useful to developers.
       
   409   enable;;
       
   410     Enable a particular profiling mode.  Useful for profiling
       
   411     server-side processes.  "lsprof" enables modern profiling.
       
   412     "hotshot" is deprecated, and produces less reliable results.
       
   413     Default is no profiling.
       
   414   output;;
       
   415     The name of a file to write profiling data to.  Default is stderr.
       
   416   
   406 server::
   417 server::
   407   Controls generic server settings.
   418   Controls generic server settings.
   408   uncompressed;;
   419   uncompressed;;
   409     Whether to allow clients to clone a repo using the uncompressed
   420     Whether to allow clients to clone a repo using the uncompressed
   410     streaming protocol.  This transfers about 40% more data than a
   421     streaming protocol.  This transfers about 40% more data than a