~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tree.py

Dirstate - truncate state file fixing bug in saving a smaller file, get more tree_implementation tests passing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
141
141
        """
142
142
        return self.bzrdir.is_control_filename(filename)
143
143
 
 
144
    @needs_read_lock
144
145
    def iter_entries_by_dir(self, specific_file_ids=None):
145
146
        """Walk the tree in 'by_dir' order.
146
147