diff -r 7d7a4848fff4 -r a04c7b74b3d5 mercurial/help/config.txt --- 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.