comparison mercurial/help/config.txt @ 11016:6a539853d4c0

help config: update windows documentation to match implementation This shows how confusing the current implementation is on Windows.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 26 Apr 2010 16:36:08 +0200
parents 2d4225faa61a
children 534c69494918
comparison
equal deleted inserted replaced
11015:ee05131ca51a 11016:6a539853d4c0
3 3
4 On Windows, these configuration files are read: 4 On Windows, these configuration files are read:
5 5
6 - ``<repo>\.hg\hgrc`` 6 - ``<repo>\.hg\hgrc``
7 - ``%USERPROFILE%\.hgrc`` 7 - ``%USERPROFILE%\.hgrc``
8 - ``%USERPROFILE%\Mercurial.ini`` 8 - ``%USERPROFILE%\mercurial.ini``
9 - ``%HOME%\.hgrc`` 9 - ``%HOME%\.hgrc``
10 - ``%HOME%\Mercurial.ini`` 10 - ``%HOME%\mercurial.ini``
11 - ``C:\Mercurial\Mercurial.ini`` 11 - ``C:\mercurial\mercurial.ini`` (unless regkey or hgrc.d\ or mercurial.ini found)
12 - ``HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial`` 12 - ``HKEY_LOCAL_MACHINE\SOFTWARE\Mercurial`` (unless hgrc.d\ or mercurial.ini found)
13 - ``<install-dir>\Mercurial.ini`` 13 - ``<hg.exe-dir>\hgrc.d\*.rc`` (unless mercurial.ini found)
14 - ``<hg.exe-dir>\mercurial.ini``
14 15
15 On Unix, these files are read: 16 On Unix, these files are read:
16 17
17 - ``<repo>/.hg/hgrc`` 18 - ``<repo>/.hg/hgrc``
18 - ``$HOME/.hgrc`` 19 - ``$HOME/.hgrc``