Show More
@@ -66,6 +66,11 b' like the deprecated win32text extension ' | |||
|
66 | 66 | disable win32text and enable eol and your filters will still work. You |
|
67 | 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 | 74 | See :hg:`help patterns` for more information about the glob patterns |
|
70 | 75 | used. |
|
71 | 76 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now