##// END OF EJS Templates
Update hgrc documentation to refer to Windows paths.
Bryan O'Sullivan -
r1304:a69e5a67 default
parent child Browse files
Show More
@@ -15,18 +15,22 b' aspects of its behaviour.'
15 15 FILES
16 16 -----
17 17
18 Mercurial reads configuration data from three files:
18 Mercurial reads configuration data from up to three files, if they
19 exist. The names of these files depend on the system on which
20 Mercurial is installed.
19 21
20 /etc/mercurial/hgrc::
22 (Unix) /etc/mercurial/hgrc::
23 (Windows) C:\Mercurial\Mercurial.ini::
21 24 Options in this global configuration file apply to all Mercurial
22 25 commands executed by any user in any directory.
23 26
24 $HOME/.hgrc::
27 (Unix) $HOME/.hgrc::
28 (Windows) C:\Documents and Settings\USERNAME\Mercurial.ini
25 29 Per-user configuration options that apply to all Mercurial commands,
26 30 no matter from which directory they are run. Values in this file
27 31 override global settings.
28 32
29 <repo>/.hg/hgrc::
33 (Unix, Windows) <repo>/.hg/hgrc::
30 34 Per-repository configuration options that only apply in a
31 35 particular repository. This file is not version-controlled, and
32 36 will not get transferred during a "clone" operation. Values in
General Comments 0
You need to be logged in to leave comments. Login now