mercurial/help/config.txt
changeset 23629 a04c7b74b3d5
parent 23297 d7abae94a7a0
child 24281 e9ede9b4c2f8
child 24536 d09262d6ec23
--- a/mercurial/help/config.txt	Wed Dec 17 18:53:38 2014 -0800
+++ b/mercurial/help/config.txt	Tue Dec 16 14:34:53 2014 -0800
@@ -1338,11 +1338,11 @@
 
 ``ignore``
     A file to read per-user ignore patterns from. This file should be
-    in the same format as a repository-wide .hgignore file. This
-    option supports hook syntax, so if you want to specify multiple
-    ignore files, you can do so by setting something like
-    ``ignore.other = ~/.hgignore2``. For details of the ignore file
-    format, see the ``hgignore(5)`` man page.
+    in the same format as a repository-wide .hgignore file. Filenames
+    are relative to the repository root. This option supports hook syntax,
+    so if you want to specify multiple ignore files, you can do so by
+    setting something like ``ignore.other = ~/.hgignore2``. For details
+    of the ignore file format, see the ``hgignore(5)`` man page.
 
 ``interactive``
     Allow to prompt the user. True or False. Default is True.