mercurial/scmutil.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51252 fd1aa5e18f75
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    21     hex,
    21     hex,
    22     nullrev,
    22     nullrev,
    23     short,
    23     short,
    24     wdirrev,
    24     wdirrev,
    25 )
    25 )
    26 from .pycompat import getattr
       
    27 from .thirdparty import attr
    26 from .thirdparty import attr
    28 from . import (
    27 from . import (
    29     copies as copiesmod,
    28     copies as copiesmod,
    30     encoding,
    29     encoding,
    31     error,
    30     error,