comparison doc/hg.1.txt @ 8775:8e15f4afdf06

hg.1: highlight references to commands and man pages
author Martin Geisler <mg@lazybytes.net>
date Wed, 10 Jun 2009 01:14:16 +0200
parents dbb258564651
children 1de6e7e1bb9f
comparison
equal deleted inserted replaced
8774:dbb258564651 8775:8e15f4afdf06
12 -------- 12 --------
13 *hg* 'command' ['option']... ['argument']... 13 *hg* 'command' ['option']... ['argument']...
14 14
15 DESCRIPTION 15 DESCRIPTION
16 ----------- 16 -----------
17 The hg(1) command provides a command line interface to the Mercurial 17 The *hg* command provides a command line interface to the Mercurial
18 system. 18 system.
19 19
20 COMMAND ELEMENTS 20 COMMAND ELEMENTS
21 ---------------- 21 ----------------
22 22
40 40
41 FILES 41 FILES
42 ----- 42 -----
43 `.hgignore`:: 43 `.hgignore`::
44 This file contains regular expressions (one per line) that 44 This file contains regular expressions (one per line) that
45 describe file names that should be ignored by hg. For details, see 45 describe file names that should be ignored by *hg*. For details,
46 hgignore(5). 46 see *hgignore(5)*.
47 47
48 `.hgtags`:: 48 `.hgtags`::
49 This file contains changeset hash values and text tag names (one 49 This file contains changeset hash values and text tag names (one
50 of each separated by spaces) that correspond to tagged versions of 50 of each separated by spaces) that correspond to tagged versions of
51 the repository contents. 51 the repository contents.
52 52
53 `/etc/mercurial/hgrc`, `$HOME/.hgrc`, `.hg/hgrc`:: 53 `/etc/mercurial/hgrc`, `$HOME/.hgrc`, `.hg/hgrc`::
54 This file contains defaults and configuration. Values in `.hg/hgrc` 54 This file contains defaults and configuration. Values in `.hg/hgrc`
55 override those in `$HOME/.hgrc`, and these override settings made in 55 override those in `$HOME/.hgrc`, and these override settings made in
56 the global `/etc/mercurial/hgrc` configuration. See hgrc(5) for 56 the global `/etc/mercurial/hgrc` configuration. See *hgrc(5)* for
57 details of the contents and format of these files. 57 details of the contents and format of these files.
58 58
59 Some commands (e.g. revert) produce backup files ending in `.orig`, if 59 Some commands (e.g. revert) produce backup files ending in `.orig`, if
60 the `.orig` file already exists and is not tracked by Mercurial, it will 60 the `.orig` file already exists and is not tracked by Mercurial, it will
61 be overwritten. 61 be overwritten.
65 Probably lots, please post them to the mailing list (See Resources 65 Probably lots, please post them to the mailing list (See Resources
66 below) when you find them. 66 below) when you find them.
67 67
68 SEE ALSO 68 SEE ALSO
69 -------- 69 --------
70 hgignore(5), hgrc(5) 70 *hgignore(5)*, *hgrc(5)*
71 71
72 AUTHOR 72 AUTHOR
73 ------ 73 ------
74 Written by Matt Mackall <mpm@selenic.com> 74 Written by Matt Mackall <mpm@selenic.com>
75 75