Mercurial > hg
changeset 14668:2d6f1b2c6a82
help/hgignore: refer to the builtin help instead of external URLs
author | Wagner Bruna <wbruna@softwareexpress.com.br> |
---|---|
date | Fri, 17 Jun 2011 18:24:54 -0300 |
parents | 8f12dac18d13 |
children | 2d2604adfdd6 |
files | mercurial/help/hgignore.txt |
diffstat | 1 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/help/hgignore.txt Sat Jun 18 01:08:54 2011 +0200 +++ b/mercurial/help/hgignore.txt Fri Jun 17 18:24:54 2011 -0300 @@ -25,14 +25,13 @@ if any pattern in ``.hgignore`` matches ``a/b/file.c``, ``a/b`` or ``a``. In addition, a Mercurial configuration file can reference a set of -per-user or global ignore files. See the -``http://www.selenic.com/mercurial/hgrc.5.html`` man page for details -of how to configure these files. Look for the "ignore" entry in the -"ui" section. +per-user or global ignore files. See the ``ignore`` configuration +key on the ``[ui]`` section of :hg:`help config` for details of how to +configure these files. -To control Mercurial's handling of files that it manages, see the -``http://www.selenic.com/mercurial/hg.1.html`` man page. Look for -the ``-I`` and ``-X`` options. +To control Mercurial's handling of files that it manages, many +commands support the ``-I`` and ``-X`` options; see +:hg:`help <command>` and :hg:`help patterns` for details. Syntax ------