Mercurial > hg
comparison mercurial/help/config.txt @ 27760:df4894651532
help: split out unix/plan9 config help
author | timeless <timeless@mozdev.org> |
---|---|
date | Sun, 10 Jan 2016 06:08:41 +0000 |
parents | 335167aab197 |
children | bf8b0796af2e |
comparison
equal
deleted
inserted
replaced
27759:335167aab197 | 27760:df4894651532 |
---|---|
85 - ``<internal>/default.d/*.rc`` (defaults) | 85 - ``<internal>/default.d/*.rc`` (defaults) |
86 | 86 |
87 Per-repository configuration options only apply in a | 87 Per-repository configuration options only apply in a |
88 particular repository. This file is not version-controlled, and | 88 particular repository. This file is not version-controlled, and |
89 will not get transferred during a "clone" operation. Options in | 89 will not get transferred during a "clone" operation. Options in |
90 this file override options in all other configuration files. On | 90 this file override options in all other configuration files. |
91 Plan 9 and Unix, most of this file will be ignored if it doesn't | 91 |
92 belong to a trusted user or to a trusted group. See | 92 .. container:: unix.plan9 |
93 :hg:`help config.trusted` for more details. | 93 |
94 On Plan 9 and Unix, most of this file will be ignored if it doesn't | |
95 belong to a trusted user or to a trusted group. See | |
96 :hg:`help config.trusted` for more details. | |
94 | 97 |
95 Per-user configuration file(s) are for the user running Mercurial. On | 98 Per-user configuration file(s) are for the user running Mercurial. On |
96 Windows 9x, ``%HOME%`` is replaced by ``%APPDATA%``. Options in these | 99 Windows 9x, ``%HOME%`` is replaced by ``%APPDATA%``. Options in these |
97 files apply to all Mercurial commands executed by this user in any | 100 files apply to all Mercurial commands executed by this user in any |
98 directory. Options in these files override per-system and per-installation | 101 directory. Options in these files override per-system and per-installation |
99 options. | 102 options. |
100 | 103 |
101 Per-installation configuration files are searched for in the | 104 Per-installation configuration files are searched for in the |
102 directory where Mercurial is installed. ``<install-root>`` is the | 105 directory where Mercurial is installed. ``<install-root>`` is the |
103 parent directory of the **hg** executable (or symlink) being run. For | 106 parent directory of the **hg** executable (or symlink) being run. |
104 example, if installed in ``/shared/tools/bin/hg``, Mercurial will look | 107 |
105 in ``/shared/tools/etc/mercurial/hgrc``. Options in these files apply | 108 .. container:: unix.plan9 |
106 to all Mercurial commands executed by any user in any directory. | 109 |
110 For example, if installed in ``/shared/tools/bin/hg``, Mercurial | |
111 will look in ``/shared/tools/etc/mercurial/hgrc``. Options in these | |
112 files apply to all Mercurial commands executed by any user in any | |
113 directory. | |
107 | 114 |
108 Per-installation configuration files are for the system on | 115 Per-installation configuration files are for the system on |
109 which Mercurial is running. Options in these files apply to all | 116 which Mercurial is running. Options in these files apply to all |
110 Mercurial commands executed by any user in any directory. Registry | 117 Mercurial commands executed by any user in any directory. Registry |
111 keys contain PATH-like strings, every part of which must reference | 118 keys contain PATH-like strings, every part of which must reference |