##// END OF EJS Templates
merge with stable
Martin Geisler -
r12981:df7c2f81 merge default
parent child Browse files
Show More
@@ -66,6 +66,11 b' like the deprecated win32text extension '
66 disable win32text and enable eol and your filters will still work. You
66 disable win32text and enable eol and your filters will still work. You
67 only need to these filters until you have prepared a ``.hgeol`` file.
67 only need to these filters until you have prepared a ``.hgeol`` file.
68
68
69 The ``win32text.forbid*`` hooks provided by the win32text extension
70 have been unified into a single hook named ``eol.hook``. The hook will
71 lookup the expected line endings from the ``.hgeol`` file, which means
72 you must migrate to a ``.hgeol`` file first before using the hook.
73
69 See :hg:`help patterns` for more information about the glob patterns
74 See :hg:`help patterns` for more information about the glob patterns
70 used.
75 used.
71 """
76 """
General Comments 0
You need to be logged in to leave comments. Login now