[Request] [+ ] D11217: help: correct config.profiling.freq name (frequency->freq)
spectral (Kyle Lippincott)
phabricator at mercurial-scm.org
Tue Jul 27 18:26:16 UTC 2021
spectral created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D11217
AFFECTED FILES
mercurial/helptext/config.txt
CHANGE DETAILS
diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt
+++ b/mercurial/helptext/config.txt
@@ -1832,7 +1832,7 @@
``json``
Render profiling data as JSON.
-``frequency``
+``freq``
Sampling frequency. Specific to the ``stat`` sampling profiler.
(default: 1000)
To: spectral, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20210727/c349eddc/attachment.html>
More information about the Mercurial-patches
mailing list