doc/hgrc.5.txt
changeset 5997 637d4c089834
parent 5995 b913d3aacddc
child 6010 83d193a513c8
equal deleted inserted replaced
5996:3f9ce63da18c 5997:637d4c089834
   410     Enable a particular profiling mode.  Useful for profiling
   410     Enable a particular profiling mode.  Useful for profiling
   411     server-side processes.  "lsprof" enables modern profiling.
   411     server-side processes.  "lsprof" enables modern profiling.
   412     "hotshot" is deprecated, and produces less reliable results.
   412     "hotshot" is deprecated, and produces less reliable results.
   413     Default is no profiling.
   413     Default is no profiling.
   414   output;;
   414   output;;
   415     The name of a file to write profiling data to.  Default is stderr.
   415     The name of a file to write profiling data to.  Each occurrence of
       
   416     "%%p" will be replaced with the current process ID (the repeated
       
   417     "%" protects against the config parser's string interpolator).
       
   418     Default output is to stderr.
   416   
   419   
   417 server::
   420 server::
   418   Controls generic server settings.
   421   Controls generic server settings.
   419   uncompressed;;
   422   uncompressed;;
   420     Whether to allow clients to clone a repo using the uncompressed
   423     Whether to allow clients to clone a repo using the uncompressed