help: update the default value specified for `profiling.time-track` stable
authorMatt Harbison <matt_harbison@yahoo.com>
Wed, 24 Oct 2018 22:40:48 -0400
branchstable
changeset 40419 5e917b224c20
parent 40418 89703e6151e7
child 40420 94c0421d67a0
help: update the default value specified for `profiling.time-track` I tried conditionalizing this in a `.. container::` block, but that seemed to add an extra blank line between the main text and the parenthetical.
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Wed Oct 24 22:24:10 2018 -0400
+++ b/mercurial/help/config.txt	Wed Oct 24 22:40:48 2018 -0400
@@ -1715,7 +1715,7 @@
 
 ``time-track``
     Control if the stat profiler track ``cpu`` or ``real`` time.
-    (default: ``cpu``)
+    (default: ``cpu`` on Windows, otherwise ``real``)
 
 ``limit``
     Number of lines to show. Specific to the ``ls`` instrumenting profiler.