Show More
@@ -61,6 +61,11 b' behavior. There are two settings:' | |||
|
61 | 61 | Such files are normally not touched under the assumption that they |
|
62 | 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 | 69 | See :hg:`help patterns` for more information about the glob patterns |
|
65 | 70 | used. |
|
66 | 71 | """ |
General Comments 0
You need to be logged in to leave comments.
Login now