mercurial/cmdutil.py
changeset 43087 66f2cc210a29
parent 43085 eef9a2d67051
child 43089 c59eb1560c44
equal deleted inserted replaced
43086:bbcbb82e3589 43087:66f2cc210a29
    17     hex,
    17     hex,
    18     nullid,
    18     nullid,
    19     nullrev,
    19     nullrev,
    20     short,
    20     short,
    21 )
    21 )
    22 from .pycompat import open
    22 from .pycompat import (
       
    23     open,
       
    24     setattr,
       
    25 )
    23 
    26 
    24 from . import (
    27 from . import (
    25     bookmarks,
    28     bookmarks,
    26     changelog,
    29     changelog,
    27     copies,
    30     copies,