Mercurial > hg
comparison mercurial/help/environment.txt @ 32140:40785ccab410 stable
help: call out specific replacement configuration settings
As an aside, I'm having trouble parsing the help text meaning for HG when it is
unset or empty. How can it be the frozen name or searched if it is empty?
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Wed, 03 May 2017 22:56:53 -0400 |
parents | 77e566fe31ec |
children | c9740b69b9b7 d4805a5e7e70 |
comparison
equal
deleted
inserted
replaced
32139:de86a6872d06 | 32140:40785ccab410 |
---|---|
6 Windows) is searched. | 6 Windows) is searched. |
7 | 7 |
8 HGEDITOR | 8 HGEDITOR |
9 This is the name of the editor to run when committing. See EDITOR. | 9 This is the name of the editor to run when committing. See EDITOR. |
10 | 10 |
11 (deprecated, use configuration file) | 11 (deprecated, see :hg:`help config.ui.editor`) |
12 | 12 |
13 HGENCODING | 13 HGENCODING |
14 This overrides the default locale setting detected by Mercurial. | 14 This overrides the default locale setting detected by Mercurial. |
15 This setting is used to convert data including usernames, | 15 This setting is used to convert data including usernames, |
16 changeset descriptions, tag names, and branches. This setting can | 16 changeset descriptions, tag names, and branches. This setting can |
34 HGMERGE | 34 HGMERGE |
35 An executable to use for resolving merge conflicts. The program | 35 An executable to use for resolving merge conflicts. The program |
36 will be executed with three arguments: local file, remote file, | 36 will be executed with three arguments: local file, remote file, |
37 ancestor file. | 37 ancestor file. |
38 | 38 |
39 (deprecated, use configuration file) | 39 (deprecated, see :hg:`help config.ui.merge`) |
40 | 40 |
41 HGRCPATH | 41 HGRCPATH |
42 A list of files or directories to search for configuration | 42 A list of files or directories to search for configuration |
43 files. Item separator is ":" on Unix, ";" on Windows. If HGRCPATH | 43 files. Item separator is ":" on Unix, ";" on Windows. If HGRCPATH |
44 is not set, platform default search path is used. If empty, only | 44 is not set, platform default search path is used. If empty, only |
85 - configuration files from the HGRCPATH | 85 - configuration files from the HGRCPATH |
86 - EMAIL | 86 - EMAIL |
87 - interactive prompt | 87 - interactive prompt |
88 - LOGNAME (with ``@hostname`` appended) | 88 - LOGNAME (with ``@hostname`` appended) |
89 | 89 |
90 (deprecated, use configuration file) | 90 (deprecated, see :hg:`help config.ui.username`) |
91 | 91 |
92 EMAIL | 92 EMAIL |
93 May be used as the author of a commit; see HGUSER. | 93 May be used as the author of a commit; see HGUSER. |
94 | 94 |
95 LOGNAME | 95 LOGNAME |