comparison 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
comparison
equal deleted inserted replaced
38599:f9805627af1f 38600:a936d1368fc5
2136 ``interface.chunkselector`` 2136 ``interface.chunkselector``
2137 Select the interface for change recording (e.g. :hg:`commit -i`). 2137 Select the interface for change recording (e.g. :hg:`commit -i`).
2138 Possible values are 'text' and 'curses'. 2138 Possible values are 'text' and 'curses'.
2139 This config overrides the interface specified by ui.interface. 2139 This config overrides the interface specified by ui.interface.
2140 2140
2141 ``large-file-limit``
2142 Largest file size that gives no memory use warning.
2143 Possible values are integers or 0 to disable the check.
2144 (default: 10000000)
2145
2141 ``logtemplate`` 2146 ``logtemplate``
2142 Template string for commands that print changesets. 2147 Template string for commands that print changesets.
2143 2148
2144 ``merge`` 2149 ``merge``
2145 The conflict resolution program to use during a manual merge. 2150 The conflict resolution program to use during a manual merge.