mercurial/localrepo.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51031 133f5a54ed9d
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    25     bin,
    25     bin,
    26     hex,
    26     hex,
    27     nullrev,
    27     nullrev,
    28     sha1nodeconstants,
    28     sha1nodeconstants,
    29     short,
    29     short,
    30 )
       
    31 from .pycompat import (
       
    32     delattr,
       
    33     getattr,
       
    34 )
    30 )
    35 from . import (
    31 from . import (
    36     bookmarks,
    32     bookmarks,
    37     branchmap,
    33     branchmap,
    38     bundle2,
    34     bundle2,