mercurial/helptext/config.txt
changeset 46007 aa4440e59c44
parent 45866 996cd73431a3
child 46008 ecef004c6410
equal deleted inserted replaced
46006:91425656e2b1 46007:aa4440e59c44
    52 
    52 
    53 .. container:: verbose.unix
    53 .. container:: verbose.unix
    54 
    54 
    55   On Unix, the following files are consulted:
    55   On Unix, the following files are consulted:
    56 
    56 
       
    57   - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
    57   - ``<repo>/.hg/hgrc`` (per-repository)
    58   - ``<repo>/.hg/hgrc`` (per-repository)
    58   - ``$HOME/.hgrc`` (per-user)
    59   - ``$HOME/.hgrc`` (per-user)
    59   - ``${XDG_CONFIG_HOME:-$HOME/.config}/hg/hgrc`` (per-user)
    60   - ``${XDG_CONFIG_HOME:-$HOME/.config}/hg/hgrc`` (per-user)
    60   - ``<install-root>/etc/mercurial/hgrc`` (per-installation)
    61   - ``<install-root>/etc/mercurial/hgrc`` (per-installation)
    61   - ``<install-root>/etc/mercurial/hgrc.d/*.rc`` (per-installation)
    62   - ``<install-root>/etc/mercurial/hgrc.d/*.rc`` (per-installation)
    65 
    66 
    66 .. container:: verbose.windows
    67 .. container:: verbose.windows
    67 
    68 
    68   On Windows, the following files are consulted:
    69   On Windows, the following files are consulted:
    69 
    70 
       
    71   - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
    70   - ``<repo>/.hg/hgrc`` (per-repository)
    72   - ``<repo>/.hg/hgrc`` (per-repository)
    71   - ``%USERPROFILE%\.hgrc`` (per-user)
    73   - ``%USERPROFILE%\.hgrc`` (per-user)
    72   - ``%USERPROFILE%\Mercurial.ini`` (per-user)
    74   - ``%USERPROFILE%\Mercurial.ini`` (per-user)
    73   - ``%HOME%\.hgrc`` (per-user)
    75   - ``%HOME%\.hgrc`` (per-user)
    74   - ``%HOME%\Mercurial.ini`` (per-user)
    76   - ``%HOME%\Mercurial.ini`` (per-user)
    87 
    89 
    88 .. container:: verbose.plan9
    90 .. container:: verbose.plan9
    89 
    91 
    90   On Plan9, the following files are consulted:
    92   On Plan9, the following files are consulted:
    91 
    93 
       
    94   - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
    92   - ``<repo>/.hg/hgrc`` (per-repository)
    95   - ``<repo>/.hg/hgrc`` (per-repository)
    93   - ``$home/lib/hgrc`` (per-user)
    96   - ``$home/lib/hgrc`` (per-user)
    94   - ``<install-root>/lib/mercurial/hgrc`` (per-installation)
    97   - ``<install-root>/lib/mercurial/hgrc`` (per-installation)
    95   - ``<install-root>/lib/mercurial/hgrc.d/*.rc`` (per-installation)
    98   - ``<install-root>/lib/mercurial/hgrc.d/*.rc`` (per-installation)
    96   - ``/lib/mercurial/hgrc`` (per-system)
    99   - ``/lib/mercurial/hgrc`` (per-system)