mercurial/revlogutils/deltas.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51020 509f0f7fc89e
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    12 import struct
    12 import struct
    13 
    13 
    14 # import stuff from node for others to import from revlog
    14 # import stuff from node for others to import from revlog
    15 from ..node import nullrev
    15 from ..node import nullrev
    16 from ..i18n import _
    16 from ..i18n import _
    17 from ..pycompat import getattr
       
    18 
    17 
    19 from .constants import (
    18 from .constants import (
    20     COMP_MODE_DEFAULT,
    19     COMP_MODE_DEFAULT,
    21     COMP_MODE_INLINE,
    20     COMP_MODE_INLINE,
    22     COMP_MODE_PLAIN,
    21     COMP_MODE_PLAIN,