mercurial/interfaces/dirstate.py
changeset 47539 84391ddf4c78
parent 47280 1766130fe9ba
child 47909 f89ac1ed2bc6
equal deleted inserted replaced
47538:77fce401a2bb 47539:84391ddf4c78
    82 
    82 
    83     def __iter__():
    83     def __iter__():
    84         """Iterate the dirstate's contained filenames as bytestrings."""
    84         """Iterate the dirstate's contained filenames as bytestrings."""
    85 
    85 
    86     def items():
    86     def items():
    87         """Iterate the dirstate's entries as (filename, dirstatetuple).
    87         """Iterate the dirstate's entries as (filename, DirstateItem.
    88 
    88 
    89         As usual, filename is a bytestring.
    89         As usual, filename is a bytestring.
    90         """
    90         """
    91 
    91 
    92     iteritems = items
    92     iteritems = items