mercurial/scmposix.py
changeset 50929 18c8c18993f0
parent 49808 7a4143428db7
child 51285 9d3721552b6c
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
     7 from typing import (
     7 from typing import (
     8     List,
     8     List,
     9     Tuple,
     9     Tuple,
    10 )
    10 )
    11 
    11 
    12 from .pycompat import getattr
       
    13 from . import (
    12 from . import (
    14     encoding,
    13     encoding,
    15     pycompat,
    14     pycompat,
    16     util,
    15     util,
    17 )
    16 )