branch | stable |
changeset 13502 | c0f252757b41 |
parent 13501 | 50b825c1adb1 |
child 13505 | 9b617c56eb65 |
--- 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.