diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt --- a/mercurial/helptext/config.txt +++ b/mercurial/helptext/config.txt @@ -54,6 +54,7 @@ On Unix, the following files are consulted: + - ``/.hg/hgrc-not-shared`` (per-repository) - ``/.hg/hgrc`` (per-repository) - ``$HOME/.hgrc`` (per-user) - ``${XDG_CONFIG_HOME:-$HOME/.config}/hg/hgrc`` (per-user) @@ -67,6 +68,7 @@ On Windows, the following files are consulted: + - ``/.hg/hgrc-not-shared`` (per-repository) - ``/.hg/hgrc`` (per-repository) - ``%USERPROFILE%\.hgrc`` (per-user) - ``%USERPROFILE%\Mercurial.ini`` (per-user) @@ -89,6 +91,7 @@ On Plan9, the following files are consulted: + - ``/.hg/hgrc-not-shared`` (per-repository) - ``/.hg/hgrc`` (per-repository) - ``$home/lib/hgrc`` (per-user) - ``/lib/mercurial/hgrc`` (per-installation)