# HG changeset patch # User Mads Kiilerich # Date 1272292568 -7200 # Node ID 6a539853d4c0971cf87be7cee1c0626ede33bfb0 # Parent ee05131ca51aa555ceef4e3b79c53f1dd36d52ae help config: update windows documentation to match implementation This shows how confusing the current implementation is on Windows. diff -r ee05131ca51a -r 6a539853d4c0 mercurial/help/config.txt --- a/mercurial/help/config.txt Tue Apr 27 09:47:33 2010 +0200 +++ b/mercurial/help/config.txt Mon Apr 26 16:36:08 2010 +0200 @@ -5,12 +5,13 @@ - ``\.hg\hgrc`` - ``%USERPROFILE%\.hgrc`` -- ``%USERPROFILE%\Mercurial.ini`` +- ``%USERPROFILE%\mercurial.ini`` - ``%HOME%\.hgrc`` -- ``%HOME%\Mercurial.ini`` -- ``C:\Mercurial\Mercurial.ini`` -- ``HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial`` -- ``\Mercurial.ini`` +- ``%HOME%\mercurial.ini`` +- ``C:\mercurial\mercurial.ini`` (unless regkey or hgrc.d\ or mercurial.ini found) +- ``HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial`` (unless hgrc.d\ or mercurial.ini found) +- ``\hgrc.d\*.rc`` (unless mercurial.ini found) +- ``\mercurial.ini`` On Unix, these files are read: