comparison mercurial/help/config.txt @ 19183:9d88916fb56f stable

help/config: note 64-bit Windows registry key used with 32-bit Python Before this patch the only place that documented the use of a different registry key was on the wiki page for installing on Windows from sources, while most users will use a pre-packaged installer and the supplied help files. This patch documents in the supplied help files that an alternate registry key is used for the installation/system configuration file when using 32-bit Python on a 64-bit Windows.
author Mike Williams <mrw@eandem.co.uk>
date Sun, 12 May 2013 10:09:34 +0100
parents 601c1e226889
children 14e283c99908
comparison
equal deleted inserted replaced
19180:12dbdd348bb0 19183:9d88916fb56f
82 Mercurial commands executed by any user in any directory. Registry 82 Mercurial commands executed by any user in any directory. Registry
83 keys contain PATH-like strings, every part of which must reference 83 keys contain PATH-like strings, every part of which must reference
84 a ``Mercurial.ini`` file or be a directory where ``*.rc`` files will 84 a ``Mercurial.ini`` file or be a directory where ``*.rc`` files will
85 be read. Mercurial checks each of these locations in the specified 85 be read. Mercurial checks each of these locations in the specified
86 order until one or more configuration files are detected. 86 order until one or more configuration files are detected.
87
88 .. note:: The registry key ``HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mercurial``
89 is used when running 32-bit Python on 64-bit Windows.
87 90
88 Syntax 91 Syntax
89 ====== 92 ======
90 93
91 A configuration file consists of sections, led by a ``[section]`` header 94 A configuration file consists of sections, led by a ``[section]`` header