doc/hgrc.5.txt
changeset 2003 62647394e368
parent 1985 c577689006fa
child 2155 ff255b41b4aa
--- a/doc/hgrc.5.txt
+++ b/doc/hgrc.5.txt
@@ -236,6 +236,12 @@ ui::
     Print debugging information.  True or False.  Default is False.
   editor;;
     The editor to use during a commit.  Default is $EDITOR or "vi".
+  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".
   interactive;;
     Allow to prompt the user.  True or False.  Default is True.
   logtemplate;;