Show More
@@ -81,6 +81,10 b' ones.' | |||
|
81 | 81 | The registry key ``HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mercurial`` |
|
82 | 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 | 88 | .. container:: verbose.plan9 |
|
85 | 89 | |
|
86 | 90 | On Plan9, the following files are consulted: |
@@ -104,14 +108,10 b' this file override options in all other ' | |||
|
104 | 108 | belong to a trusted user or to a trusted group. See |
|
105 | 109 | :hg:`help config.trusted` for more details. |
|
106 | 110 | |
|
107 | Per-user configuration file(s) are for the user running Mercurial. | |
|
108 | ||
|
109 | .. container:: windows | |
|
110 | ||
|
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. | |
|
111 | Per-user configuration file(s) are for the user running Mercurial. Options | |
|
112 | in these files apply to all Mercurial commands executed by this user in any | |
|
113 | directory. Options in these files override per-system and per-installation | |
|
114 | options. | |
|
115 | 115 | |
|
116 | 116 | Per-installation configuration files are searched for in the |
|
117 | 117 | directory where Mercurial is installed. ``<install-root>`` is the |
General Comments 0
You need to be logged in to leave comments.
Login now