comparison doc/hg.1.txt @ 9162:2399362b3bb0

doc: link man pages to one another
author Martin Geisler <mg@lazybytes.net>
date Thu, 16 Jul 2009 23:25:26 +0200
parents e8b653a4b8da
children ec26d6986d85
comparison
equal deleted inserted replaced
9161:e8b653a4b8da 9162:2399362b3bb0
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 59 This file contains defaults and configuration. Values in
60 ``.hg/hgrc`` override those in ``$HOME/.hgrc``, and these override 60 ``.hg/hgrc`` override those in ``$HOME/.hgrc``, and these override
61 settings made in the global ``/etc/mercurial/hgrc`` configuration. 61 settings made in the global ``/etc/mercurial/hgrc`` configuration.
62 See *hgrc(5)* for details of the contents and format of these 62 See |hgrc(5)|_ for details of the contents and format of these
63 files. 63 files.
64 64
65 Some commands (e.g. revert) produce backup files ending in ``.orig``, 65 Some commands (e.g. revert) produce backup files ending in ``.orig``,
66 if the ``.orig`` file already exists and is not tracked by Mercurial, 66 if the ``.orig`` file already exists and is not tracked by Mercurial,
67 it will be overwritten. 67 it will be overwritten.
71 Probably lots, please post them to the mailing list (See Resources 71 Probably lots, please post them to the mailing list (See Resources
72 below) when you find them. 72 below) when you find them.
73 73
74 SEE ALSO 74 SEE ALSO
75 -------- 75 --------
76 *hgignore(5)*, *hgrc(5)* 76 |hgignore(5)|_, |hgrc(5)|_
77 77
78 AUTHOR 78 AUTHOR
79 ------ 79 ------
80 Written by Matt Mackall <mpm@selenic.com> 80 Written by Matt Mackall <mpm@selenic.com>
81 81
90 COPYING 90 COPYING
91 ------- 91 -------
92 Copyright \(C) 2005-2009 Matt Mackall. 92 Copyright \(C) 2005-2009 Matt Mackall.
93 Free use of this software is granted under the terms of the GNU General 93 Free use of this software is granted under the terms of the GNU General
94 Public License (GPL). 94 Public License (GPL).
95
96 .. include:: common.txt