##// 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 31 Mercurial reads configuration data from several files, if they exist.
32 32 These files do not exist by default and you will have to create the
33 appropriate configuration files yourself: global configuration like
34 the username setting is typically put into
35 ``%USERPROFILE%\mercurial.ini`` or ``$HOME/.hgrc`` and local
36 configuration is put into the per-repository ``<repo>/.hg/hgrc`` file.
33 appropriate configuration files yourself:
34
35 Local 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 47 The names of these files depend on the system on which Mercurial is
39 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