[PATCH] help/hgignore: refer to the builtin help instead of external URLs

Wagner Bruna wagner.bruna+mercurial at gmail.com
Fri Jun 17 16:25:40 CDT 2011


# HG changeset patch
# User Wagner Bruna <wbruna at softwareexpress.com.br>
# Date 1308345894 10800
# Node ID 1cc241691c0d31320710ad90e5d1889254a92716
# Parent  396e7e20cbdb096ae5520d2ee6ab776a68685cfe
help/hgignore: refer to the builtin help instead of external URLs

diff --git a/mercurial/help/hgignore.txt b/mercurial/help/hgignore.txt
--- a/mercurial/help/hgignore.txt
+++ b/mercurial/help/hgignore.txt
@@ -25,14 +25,13 @@ For example, say we have an untracked fi
 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
 ------


More information about the Mercurial-devel mailing list