# HG changeset patch # User Pierre-Yves David # Date 1649339167 -7200 # Node ID e31bba4c1be36870cd234daf8bf60dd33e3543bb # Parent 020378f32d5781648c640a1a8c27b7b3a7754084 help: clarify the unit of `ui.large-file-limit` config Its might be a bit confusing, especially since `large-file.min-size` uses MB. Differential Revision: https://phab.mercurial-scm.org/D12483 diff -r 020378f32d57 -r e31bba4c1be3 mercurial/helptext/config.txt --- a/mercurial/helptext/config.txt Wed Apr 06 18:39:15 2022 +0200 +++ b/mercurial/helptext/config.txt Thu Apr 07 15:46:07 2022 +0200 @@ -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 units for + convenience (e.g. 10MB, 0.1GB, etc) (default: 10000000) ``logtemplate`` (DEPRECATED) Use ``command-templates.log`` instead.