Comments
Patch
@@ -1161,11 +1161,13 @@
UTF-8. Default is ISO-8859-1.
``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
+ A file to read per-user ignore patterns from. Absolute paths are used as
+ defined and relative paths are based on the repository root. Initial tilde
+ and environment variables are replaced.
+ 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.
``interactive``