Mercurial > hg-stable
changeset 13502:c0f252757b41 stable
eol: be explicit about how to enable hook (issue2661)
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Mon, 28 Feb 2011 09:28:18 +0100 |
parents | 50b825c1adb1 |
children | 5007ff32f356 |
files | hgext/eol.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/eol.py Sun Feb 27 19:50:28 2011 +0100 +++ b/hgext/eol.py Mon Feb 28 09:28:18 2011 +0100 @@ -76,6 +76,8 @@ have been unified into a single hook named ``eol.hook``. The hook will lookup the expected line endings from the ``.hgeol`` file, which means you must migrate to a ``.hgeol`` file first before using the hook. +Remember to enable the eol extension in the repository where you +install the hook. See :hg:`help patterns` for more information about the glob patterns used.