# HG changeset patch # User Pierre-Yves David # Date 2022-04-07 13:46:07 # 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 --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 @@ User interface controls. ``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.