mercurial/debugcommands.py
changeset 43089 c59eb1560c44
parent 43085 eef9a2d67051
child 43094 e8cf9ad52a78
equal deleted inserted replaced
43088:0d612db7047c 43089:c59eb1560c44
    30     nullhex,
    30     nullhex,
    31     nullid,
    31     nullid,
    32     nullrev,
    32     nullrev,
    33     short,
    33     short,
    34 )
    34 )
    35 from .pycompat import open
    35 from .pycompat import (
       
    36     getattr,
       
    37     open,
       
    38 )
    36 from . import (
    39 from . import (
    37     bundle2,
    40     bundle2,
    38     changegroup,
    41     changegroup,
    39     cmdutil,
    42     cmdutil,
    40     color,
    43     color,