##// END OF EJS Templates
helptext: mention in `hg help config` that `.hg/hgrc-not-shared` is consulted...
Pulkit Goyal -
r46622:aa4440e5 default
parent child Browse files
Show More
@@ -54,6 +54,7 ones.
54 54
55 55 On Unix, the following files are consulted:
56 56
57 - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
57 58 - ``<repo>/.hg/hgrc`` (per-repository)
58 59 - ``$HOME/.hgrc`` (per-user)
59 60 - ``${XDG_CONFIG_HOME:-$HOME/.config}/hg/hgrc`` (per-user)
@@ -67,6 +68,7 ones.
67 68
68 69 On Windows, the following files are consulted:
69 70
71 - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
70 72 - ``<repo>/.hg/hgrc`` (per-repository)
71 73 - ``%USERPROFILE%\.hgrc`` (per-user)
72 74 - ``%USERPROFILE%\Mercurial.ini`` (per-user)
@@ -89,6 +91,7 ones.
89 91
90 92 On Plan9, the following files are consulted:
91 93
94 - ``<repo>/.hg/hgrc-not-shared`` (per-repository)
92 95 - ``<repo>/.hg/hgrc`` (per-repository)
93 96 - ``$home/lib/hgrc`` (per-user)
94 97 - ``<install-root>/lib/mercurial/hgrc`` (per-installation)
General Comments 0
You need to be logged in to leave comments. Login now