# HG changeset patch # User Matt Harbison # Date 1576640017 18000 # Node ID 14d282b57e2496fa2a5660cbdf6b4bc40f3b908d # Parent 1ccf340acf14895aa7a6b66f3835f8b12769d11d help: clarify that the Windows registry key for hgrc files is systemwide Since there's no version or path info here to distinguish between installations, it is effectively systemwide (unless splitting hairs about the WoW64 registry redirection). Differential Revision: https://phab.mercurial-scm.org/D7693 diff -r 1ccf340acf14 -r 14d282b57e24 mercurial/helptext/config.txt --- a/mercurial/helptext/config.txt Tue Dec 17 22:08:07 2019 -0500 +++ b/mercurial/helptext/config.txt Tue Dec 17 22:33:37 2019 -0500 @@ -72,7 +72,7 @@ - ``%USERPROFILE%\Mercurial.ini`` (per-user) - ``%HOME%\.hgrc`` (per-user) - ``%HOME%\Mercurial.ini`` (per-user) - - ``HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial`` (per-installation) + - ``HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial`` (per-system) - ``\hgrc.d\*.rc`` (per-installation) - ``\Mercurial.ini`` (per-installation) - ``%PROGRAMDATA%\Mercurial\hgrc`` (per-system)