mercurial/patch.py
changeset 43085 eef9a2d67051
parent 43077 687b865b95ad
child 43097 27c4f93d07a9
equal deleted inserted replaced
43084:c2e284cee333 43085:eef9a2d67051
    22 from .i18n import _
    22 from .i18n import _
    23 from .node import (
    23 from .node import (
    24     hex,
    24     hex,
    25     short,
    25     short,
    26 )
    26 )
       
    27 from .pycompat import open
    27 from . import (
    28 from . import (
    28     copies,
    29     copies,
    29     diffhelper,
    30     diffhelper,
    30     diffutil,
    31     diffutil,
    31     encoding,
    32     encoding,