hgext/eol.py
changeset 12981 df7c2f81afd5
parent 12979 733345a127ca
parent 12980 20974e51383a
child 13127 ece1c069ddd6
equal deleted inserted replaced
12979:733345a127ca 12981:df7c2f81afd5
    63 
    63 
    64 The extension provides ``cleverencode:`` and ``cleverdecode:`` filters
    64 The extension provides ``cleverencode:`` and ``cleverdecode:`` filters
    65 like the deprecated win32text extension does. This means that you can
    65 like the deprecated win32text extension does. This means that you can
    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 
       
    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.
    68 
    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 """
    72 
    77