# HG changeset patch # User Martin Geisler # Date 2010-11-13 14:57:12 # Node ID 20974e51383ae93bb7cdf3ee3c649e68e397d59f # Parent 75e4fade4ad949aff1e5d9f8ee96ef334b6f41c0 eol: mention the hook in the module docstring diff --git a/hgext/eol.py b/hgext/eol.py --- a/hgext/eol.py +++ b/hgext/eol.py @@ -61,6 +61,11 @@ behavior. There are two settings: Such files are normally not touched under the assumption that they have mixed EOLs on purpose. +The ``win32text.forbid*`` hooks provided by the win32text extension +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. + See :hg:`help patterns` for more information about the glob patterns used. """