comparison doc/hg.1.txt @ 9161:e8b653a4b8da

doc: fixup font markup in man pages This exposed a bug in rst2man where it neglects to escape a literal backslash. A patch has been applied upstream, but not yet packaged in, say, Debian unstable. A forward-compatible work-around has therefore been put in place.
author Martin Geisler <mg@lazybytes.net>
date Thu, 16 Jul 2009 23:25:26 +0200
parents d6eecafaf12f
children 2399362b3bb0
comparison
equal deleted inserted replaced
9160:81028d2db635 9161:e8b653a4b8da
16 -------- 16 --------
17 **hg** *command* [*option*]... [*argument*]... 17 **hg** *command* [*option*]... [*argument*]...
18 18
19 DESCRIPTION 19 DESCRIPTION
20 ----------- 20 -----------
21 The *hg* command provides a command line interface to the Mercurial 21 The **hg** command provides a command line interface to the Mercurial
22 system. 22 system.
23 23
24 COMMAND ELEMENTS 24 COMMAND ELEMENTS
25 ---------------- 25 ----------------
26 26
43 .. include:: hg.1.gendoc.txt 43 .. include:: hg.1.gendoc.txt
44 44
45 FILES 45 FILES
46 ----- 46 -----
47 47
48 `.hgignore` 48 ``.hgignore``
49 This file contains regular expressions (one per line) that 49 This file contains regular expressions (one per line) that
50 describe file names that should be ignored by *hg*. For details, 50 describe file names that should be ignored by **hg**. For details,
51 see *hgignore(5)*. 51 see *hgignore(5)*.
52 52
53 `.hgtags` 53 ``.hgtags``
54 This file contains changeset hash values and text tag names (one 54 This file contains changeset hash values and text tag names (one
55 of each separated by spaces) that correspond to tagged versions of 55 of each separated by spaces) that correspond to tagged versions of
56 the repository contents. 56 the repository contents.
57 57
58 `/etc/mercurial/hgrc`, `$HOME/.hgrc`, `.hg/hgrc` 58 ``/etc/mercurial/hgrc``, ``$HOME/.hgrc``, ``.hg/hgrc``
59 This file contains defaults and configuration. Values in `.hg/hgrc` 59 This file contains defaults and configuration. Values in
60 override those in `$HOME/.hgrc`, and these override settings made in 60 ``.hg/hgrc`` override those in ``$HOME/.hgrc``, and these override
61 the global `/etc/mercurial/hgrc` configuration. See *hgrc(5)* for 61 settings made in the global ``/etc/mercurial/hgrc`` configuration.
62 details of the contents and format of these files. 62 See *hgrc(5)* for details of the contents and format of these
63 files.
63 64
64 Some commands (e.g. revert) produce backup files ending in `.orig`, if 65 Some commands (e.g. revert) produce backup files ending in ``.orig``,
65 the `.orig` file already exists and is not tracked by Mercurial, it will 66 if the ``.orig`` file already exists and is not tracked by Mercurial,
66 be overwritten. 67 it will be overwritten.
67 68
68 BUGS 69 BUGS
69 ---- 70 ----
70 Probably lots, please post them to the mailing list (See Resources 71 Probably lots, please post them to the mailing list (See Resources
71 below) when you find them. 72 below) when you find them.