[Request] [+ ] D12483: help: clarify the unit of `ui.large-file-limit` config
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Thu Apr 7 14:49:09 UTC 2022
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
Its might be a bit confusing, especially since `large-file.min-size` uses MB.
REPOSITORY
rHG Mercurial
BRANCH
stable
REVISION DETAIL
https://phab.mercurial-scm.org/D12483
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
@@ -2630,7 +2630,8 @@
``large-file-limit``
Largest file size that gives no memory use warning.
Possible values are integers or 0 to disable the check.
- (default: 10000000)
+ Value is expressed in bytes by default, one can use standard unit for
+ convenience (e.g. 10MB, 0.1GB, etc) (default: 10000000)
``logtemplate``
(DEPRECATED) Use ``command-templates.log`` instead.
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20220407/36673e28/attachment-0001.html>
More information about the Mercurial-patches
mailing list