help/hgignore: refer to the builtin help instead of external URLs
authorWagner Bruna <wbruna@softwareexpress.com.br>
Fri, 17 Jun 2011 18:24:54 -0300
changeset 14668 2d6f1b2c6a82
parent 14667 8f12dac18d13
child 14669 2d2604adfdd6
help/hgignore: refer to the builtin help instead of external URLs
mercurial/help/hgignore.txt
--- 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
 ------