comparison doc/hg.1.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 563a9c3a7d2e
children c9194a7d7d3e
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 **hg** *command* [*option*]... [*argument*]... 21 **hg** *command* [*option*]... [*argument*]...
22 22
23 DESCRIPTION 23 Description
24 ----------- 24 -----------
25 The **hg** command provides a command line interface to the Mercurial 25 The **hg** command provides a command line interface to the Mercurial
26 system. 26 system.
27 27
28 COMMAND ELEMENTS 28 Command Elements
29 ---------------- 29 ----------------
30 30
31 files... 31 files...
32 indicates one or more filename or relative path filenames; see 32 indicates one or more filename or relative path filenames; see
33 `File Name Patterns`_ for information on pattern matching 33 `File Name Patterns`_ for information on pattern matching
44 either the pathname of a local repository or the URI of a remote 44 either the pathname of a local repository or the URI of a remote
45 repository. 45 repository.
46 46
47 .. include:: hg.1.gendoc.txt 47 .. include:: hg.1.gendoc.txt
48 48
49 FILES 49 Files
50 ----- 50 -----
51 51
52 ``.hgignore`` 52 ``.hgignore``
53 This file contains regular expressions (one per line) that 53 This file contains regular expressions (one per line) that
54 describe file names that should be ignored by **hg**. For details, 54 describe file names that should be ignored by **hg**. For details,
68 68
69 Some commands (e.g. revert) produce backup files ending in ``.orig``, 69 Some commands (e.g. revert) produce backup files ending in ``.orig``,
70 if the ``.orig`` file already exists and is not tracked by Mercurial, 70 if the ``.orig`` file already exists and is not tracked by Mercurial,
71 it will be overwritten. 71 it will be overwritten.
72 72
73 BUGS 73 Bugs
74 ---- 74 ----
75 Probably lots, please post them to the mailing list (see Resources_ 75 Probably lots, please post them to the mailing list (see Resources_
76 below) when you find them. 76 below) when you find them.
77 77
78 SEE ALSO 78 See Also
79 -------- 79 --------
80 |hgignore(5)|_, |hgrc(5)|_ 80 |hgignore(5)|_, |hgrc(5)|_
81 81
82 AUTHOR 82 Author
83 ------ 83 ------
84 Written by Matt Mackall <mpm@selenic.com> 84 Written by Matt Mackall <mpm@selenic.com>
85 85
86 RESOURCES 86 Resources
87 --------- 87 ---------
88 Main Web Site: http://mercurial.selenic.com/ 88 Main Web Site: http://mercurial.selenic.com/
89 89
90 Source code repository: http://selenic.com/hg 90 Source code repository: http://selenic.com/hg
91 91
92 Mailing list: http://selenic.com/mailman/listinfo/mercurial 92 Mailing list: http://selenic.com/mailman/listinfo/mercurial
93 93
94 COPYING 94 Copying
95 ------- 95 -------
96 Copyright (C) 2005-2009 Matt Mackall. 96 Copyright (C) 2005-2009 Matt Mackall.
97 Free use of this software is granted under the terms of the GNU General 97 Free use of this software is granted under the terms of the GNU General
98 Public License version 2. 98 Public License version 2.
99 99