Mercurial > hg
changeset 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 | face0d0540e6 |
files | doc/hg.1.txt |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/hg.1.txt Wed Jun 10 01:09:21 2009 +0200 +++ b/doc/hg.1.txt Wed Jun 10 01:14:16 2009 +0200 @@ -14,7 +14,7 @@ DESCRIPTION ----------- -The hg(1) command provides a command line interface to the Mercurial +The *hg* command provides a command line interface to the Mercurial system. COMMAND ELEMENTS @@ -42,8 +42,8 @@ ----- `.hgignore`:: This file contains regular expressions (one per line) that - describe file names that should be ignored by hg. For details, see - hgignore(5). + describe file names that should be ignored by *hg*. For details, + see *hgignore(5)*. `.hgtags`:: This file contains changeset hash values and text tag names (one @@ -53,7 +53,7 @@ `/etc/mercurial/hgrc`, `$HOME/.hgrc`, `.hg/hgrc`:: This file contains defaults and configuration. Values in `.hg/hgrc` override those in `$HOME/.hgrc`, and these override settings made in - the global `/etc/mercurial/hgrc` configuration. See hgrc(5) for + the global `/etc/mercurial/hgrc` configuration. See *hgrc(5)* for details of the contents and format of these files. Some commands (e.g. revert) produce backup files ending in `.orig`, if @@ -67,7 +67,7 @@ SEE ALSO -------- -hgignore(5), hgrc(5) +*hgignore(5)*, *hgrc(5)* AUTHOR ------