mercurial/localrepo.py
changeset 43090 1f339b503a40
parent 43089 c59eb1560c44
child 43104 74802979dd9d
equal deleted inserted replaced
43089:c59eb1560c44 43090:1f339b503a40
    21     hex,
    21     hex,
    22     nullid,
    22     nullid,
    23     nullrev,
    23     nullrev,
    24     short,
    24     short,
    25 )
    25 )
    26 from .pycompat import getattr
    26 from .pycompat import (
       
    27     delattr,
       
    28     getattr,
       
    29 )
    27 from . import (
    30 from . import (
    28     bookmarks,
    31     bookmarks,
    29     branchmap,
    32     branchmap,
    30     bundle2,
    33     bundle2,
    31     changegroup,
    34     changegroup,