hgext/mq.py
changeset 43089 c59eb1560c44
parent 43085 eef9a2d67051
child 43090 1f339b503a40
equal deleted inserted replaced
43088:0d612db7047c 43089:c59eb1560c44
    74     hex,
    74     hex,
    75     nullid,
    75     nullid,
    76     nullrev,
    76     nullrev,
    77     short,
    77     short,
    78 )
    78 )
    79 from mercurial.pycompat import open
    79 from mercurial.pycompat import (
       
    80     getattr,
       
    81     open,
       
    82 )
    80 from mercurial import (
    83 from mercurial import (
    81     cmdutil,
    84     cmdutil,
    82     commands,
    85     commands,
    83     dirstateguard,
    86     dirstateguard,
    84     encoding,
    87     encoding,