comparison doc/hgrc.5.txt @ 9792:dd1a95ccbe07

doc: use titlecase in man page section titles
author Martin Geisler <mg@lazybytes.net>
date Sun, 08 Nov 2009 11:46:38 +0100
parents 54d292da1df7
children ab1625ccf3a9
comparison
equal deleted inserted replaced
9791:8bba9157b30a 9792:dd1a95ccbe07
14 .. contents:: 14 .. contents::
15 :backlinks: top 15 :backlinks: top
16 :class: htmlonly 16 :class: htmlonly
17 17
18 18
19 SYNOPSIS 19 Synopsis
20 -------- 20 --------
21 21
22 The Mercurial system uses a set of configuration files to control 22 The Mercurial system uses a set of configuration files to control
23 aspects of its behavior. 23 aspects of its behavior.
24 24
25 FILES 25 Files
26 ----- 26 -----
27 27
28 Mercurial reads configuration data from several files, if they exist. 28 Mercurial reads configuration data from several files, if they exist.
29 The names of these files depend on the system on which Mercurial is 29 The names of these files depend on the system on which Mercurial is
30 installed. ``*.rc`` files from a single directory are read in 30 installed. ``*.rc`` files from a single directory are read in
81 Mercurial commands executed by any user in any directory. Registry 81 Mercurial commands executed by any user in any directory. Registry
82 keys contain PATH-like strings, every part of which must reference 82 keys contain PATH-like strings, every part of which must reference
83 a ``Mercurial.ini`` file or be a directory where ``*.rc`` files will 83 a ``Mercurial.ini`` file or be a directory where ``*.rc`` files will
84 be read. 84 be read.
85 85
86 SYNTAX 86 Syntax
87 ------ 87 ------
88 88
89 A configuration file consists of sections, led by a ``[section]`` header 89 A configuration file consists of sections, led by a ``[section]`` header
90 and followed by ``name = value`` entries:: 90 and followed by ``name = value`` entries::
91 91
106 106
107 A line with ``%unset name`` will remove ``name`` from the current 107 A line with ``%unset name`` will remove ``name`` from the current
108 section, if it has been set previously. 108 section, if it has been set previously.
109 109
110 110
111 SECTIONS 111 Sections
112 -------- 112 --------
113 113
114 This section describes the different sections that may appear in a 114 This section describes the different sections that may appear in a
115 Mercurial "hgrc" file, the purpose of each section, its possible keys, 115 Mercurial "hgrc" file, the purpose of each section, its possible keys,
116 and their possible values. 116 and their possible values.
931 Which template map style to use. 931 Which template map style to use.
932 ``templates`` 932 ``templates``
933 Where to find the HTML templates. Default is install path. 933 Where to find the HTML templates. Default is install path.
934 934
935 935
936 AUTHOR 936 Author
937 ------ 937 ------
938 Bryan O'Sullivan <bos@serpentine.com>. 938 Bryan O'Sullivan <bos@serpentine.com>.
939 939
940 Mercurial was written by Matt Mackall <mpm@selenic.com>. 940 Mercurial was written by Matt Mackall <mpm@selenic.com>.
941 941
942 SEE ALSO 942 See Also
943 -------- 943 --------
944 |hg(1)|_, |hgignore(5)|_ 944 |hg(1)|_, |hgignore(5)|_
945 945
946 COPYING 946 Copying
947 ------- 947 -------
948 This manual page is copyright 2005 Bryan O'Sullivan. 948 This manual page is copyright 2005 Bryan O'Sullivan.
949 Mercurial is copyright 2005-2009 Matt Mackall. 949 Mercurial is copyright 2005-2009 Matt Mackall.
950 Free use of this software is granted under the terms of the GNU General 950 Free use of this software is granted under the terms of the GNU General
951 Public License version 2. 951 Public License version 2.