mercurial/cmdutil.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51163 b8f9911c8dca
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    26     hex,
    26     hex,
    27     nullrev,
    27     nullrev,
    28     short,
    28     short,
    29 )
    29 )
    30 from .pycompat import (
    30 from .pycompat import (
    31     getattr,
       
    32     open,
    31     open,
    33     setattr,
       
    34 )
    32 )
    35 from .thirdparty import attr
    33 from .thirdparty import attr
    36 
    34 
    37 from . import (
    35 from . import (
    38     bookmarks,
    36     bookmarks,