##// END OF EJS Templates
help: split config user settings file by platform
timeless -
r27762:70e7bfeb default
parent child Browse files
Show More
@@ -30,10 +30,19 Files
30
30
31 Mercurial reads configuration data from several files, if they exist.
31 Mercurial reads configuration data from several files, if they exist.
32 These files do not exist by default and you will have to create the
32 These files do not exist by default and you will have to create the
33 appropriate configuration files yourself: global configuration like
33 appropriate configuration files yourself:
34 the username setting is typically put into
34
35 ``%USERPROFILE%\mercurial.ini`` or ``$HOME/.hgrc`` and local
35 Local configuration is put into the per-repository ``<repo>/.hg/hgrc`` file.
36 configuration is put into the per-repository ``<repo>/.hg/hgrc`` file.
36
37 Global configuration like the username setting is typically put into:
38
39 .. container:: windows
40
41 ``%USERPROFILE%\mercurial.ini``
42
43 .. container:: unix.plan9
44
45 ``$HOME/.hgrc``
37
46
38 The names of these files depend on the system on which Mercurial is
47 The names of these files depend on the system on which Mercurial is
39 installed. ``*.rc`` files from a single directory are read in
48 installed. ``*.rc`` files from a single directory are read in
General Comments 0
You need to be logged in to leave comments. Login now