mercurial/interfaces/dirstate.py
changeset 42928 bbd154627a72
parent 42927 d459cd8ea42d
child 42929 97b79354e9f0
equal deleted inserted replaced
42927:d459cd8ea42d 42928:bbd154627a72
    31 
    31 
    32     def pendingparentchange():
    32     def pendingparentchange():
    33         '''Returns true if the dirstate is in the middle of a set of changes
    33         '''Returns true if the dirstate is in the middle of a set of changes
    34         that modify the dirstate parent.
    34         that modify the dirstate parent.
    35         '''
    35         '''
    36 
       
    37     _map = interfaceutil.Attribute(
       
    38         """Return the dirstate contents (see documentation for dirstatemap).
       
    39 
       
    40         TODO this should not be exposed.
       
    41         """
       
    42         )
       
    43 
    36 
    44     def hasdir(d):
    37     def hasdir(d):
    45         pass
    38         pass
    46 
    39 
    47     _ignore = interfaceutil.Attribute('Matcher for ignored files.')
    40     _ignore = interfaceutil.Attribute('Matcher for ignored files.')