##// END OF EJS Templates
eol: mention the hook in the module docstring
Martin Geisler -
r12980:20974e51 stable
parent child Browse files
Show More
@@ -61,6 +61,11 b' behavior. There are two settings:'
61 Such files are normally not touched under the assumption that they
61 Such files are normally not touched under the assumption that they
62 have mixed EOLs on purpose.
62 have mixed EOLs on purpose.
63
63
64 The ``win32text.forbid*`` hooks provided by the win32text extension
65 have been unified into a single hook named ``eol.hook``. The hook will
66 lookup the expected line endings from the ``.hgeol`` file, which means
67 you must migrate to a ``.hgeol`` file first before using the hook.
68
64 See :hg:`help patterns` for more information about the glob patterns
69 See :hg:`help patterns` for more information about the glob patterns
65 used.
70 used.
66 """
71 """
General Comments 0
You need to be logged in to leave comments. Login now