hgext/win32text.py
changeset 51863 f4733654f144
parent 50014 b7ddd9ae4bef
equal deleted inserted replaced
51862:607e94e01851 51863:f4733654f144
    39   [hooks]
    39   [hooks]
    40   pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf
    40   pretxnchangegroup.crlf = python:hgext.win32text.forbidcrlf
    41   # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr
    41   # or pretxnchangegroup.cr = python:hgext.win32text.forbidcr
    42 '''
    42 '''
    43 
    43 
       
    44 from __future__ import annotations
    44 
    45 
    45 import re
    46 import re
    46 from mercurial.i18n import _
    47 from mercurial.i18n import _
    47 from mercurial.node import short
    48 from mercurial.node import short
    48 from mercurial import (
    49 from mercurial import (