hgext/mq.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51406 f8bf1a8e9181
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    73     hex,
    73     hex,
    74     nullrev,
    74     nullrev,
    75     short,
    75     short,
    76 )
    76 )
    77 from mercurial.pycompat import (
    77 from mercurial.pycompat import (
    78     delattr,
       
    79     getattr,
       
    80     open,
    78     open,
    81 )
    79 )
    82 from mercurial import (
    80 from mercurial import (
    83     cmdutil,
    81     cmdutil,
    84     commands,
    82     commands,