# HG changeset patch # User Wagner Bruna # Date 1308345894 10800 # Node ID 2d6f1b2c6a8239ac5d0e3720ab9f73bc381dccb6 # Parent 8f12dac18d13d3cdd105508847fea2aecf88a09e help/hgignore: refer to the builtin help instead of external URLs diff -r 8f12dac18d13 -r 2d6f1b2c6a82 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 ` and :hg:`help patterns` for details. Syntax ------