mercurial/localrepo.py
changeset 43089 c59eb1560c44
parent 43077 687b865b95ad
child 43090 1f339b503a40
equal deleted inserted replaced
43088:0d612db7047c 43089:c59eb1560c44
    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 . import (
    27 from . import (
    27     bookmarks,
    28     bookmarks,
    28     branchmap,
    29     branchmap,
    29     bundle2,
    30     bundle2,
    30     changegroup,
    31     changegroup,