Mercurial > hg
comparison mercurial/help/config.txt @ 27889:88aa4da0cba8
help: move Windows 9x information to appropriate place
author | Danek Duvall <danek.duvall@oracle.com> |
---|---|
date | Fri, 15 Jan 2016 13:01:37 -0800 |
parents | 70e7bfebba46 |
children | 2d6a89e79b48 |
comparison
equal
deleted
inserted
replaced
27888:6c740218215d | 27889:88aa4da0cba8 |
---|---|
79 .. note:: | 79 .. note:: |
80 | 80 |
81 The registry key ``HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mercurial`` | 81 The registry key ``HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mercurial`` |
82 is used when running 32-bit Python on 64-bit Windows. | 82 is used when running 32-bit Python on 64-bit Windows. |
83 | 83 |
84 .. container:: windows | |
85 | |
86 On Windows 9x, ``%HOME%`` is replaced by ``%APPDATA%``. | |
87 | |
84 .. container:: verbose.plan9 | 88 .. container:: verbose.plan9 |
85 | 89 |
86 On Plan9, the following files are consulted: | 90 On Plan9, the following files are consulted: |
87 | 91 |
88 - ``<repo>/.hg/hgrc`` (per-repository) | 92 - ``<repo>/.hg/hgrc`` (per-repository) |
102 | 106 |
103 On Plan 9 and Unix, most of this file will be ignored if it doesn't | 107 On Plan 9 and Unix, most of this file will be ignored if it doesn't |
104 belong to a trusted user or to a trusted group. See | 108 belong to a trusted user or to a trusted group. See |
105 :hg:`help config.trusted` for more details. | 109 :hg:`help config.trusted` for more details. |
106 | 110 |
107 Per-user configuration file(s) are for the user running Mercurial. | 111 Per-user configuration file(s) are for the user running Mercurial. Options |
108 | 112 in these files apply to all Mercurial commands executed by this user in any |
109 .. container:: windows | 113 directory. Options in these files override per-system and per-installation |
110 | 114 options. |
111 On Windows 9x, ``%HOME%`` is replaced by ``%APPDATA%``. Options in | |
112 these files apply to all Mercurial commands executed by this user in | |
113 any directory. Options in these files override per-system and | |
114 per-installation options. | |
115 | 115 |
116 Per-installation configuration files are searched for in the | 116 Per-installation configuration files are searched for in the |
117 directory where Mercurial is installed. ``<install-root>`` is the | 117 directory where Mercurial is installed. ``<install-root>`` is the |
118 parent directory of the **hg** executable (or symlink) being run. | 118 parent directory of the **hg** executable (or symlink) being run. |
119 | 119 |