diff mercurial/help/config.txt @ 38600:a936d1368fc5

ui: make the large file warning limit fully configurable While add --large can be used to override it selectively, often enough the user simply doesn't care about machines with less than 100MB RAM or so, so make it possible to just specify a larger limit in hgrc. Differential Revision: https://phab.mercurial-scm.org/D3893
author Joerg Sonnenberger <joerg@bec.de>
date Fri, 06 Jul 2018 17:57:46 +0200
parents be441eb65f09
children 38dfd308fe9d
line wrap: on
line diff
--- a/mercurial/help/config.txt	Sat Jun 09 18:26:04 2018 +0900
+++ b/mercurial/help/config.txt	Fri Jul 06 17:57:46 2018 +0200
@@ -2138,6 +2138,11 @@
     Possible values are 'text' and 'curses'.
     This config overrides the interface specified by ui.interface.
 
+``large-file-limit``
+    Largest file size that gives no memory use warning.
+    Possible values are integers or 0 to disable the check.
+    (default: 10000000)
+
 ``logtemplate``
     Template string for commands that print changesets.