~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/dirstate.py

(jelmer) Skip tests that require an inventory when run against a WorkingTree
 that is not inventory based. (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2474
2474
            # the suffix is from tree_index+1:parent_count+1.
2475
2475
            new_location_suffix = [DirState.NULL_PARENT_DETAILS] * (parent_count - tree_index)
2476
2476
            # now stitch in all the entries from this tree
2477
 
            for path, entry in tree.inventory.iter_entries_by_dir():
 
2477
            for path, entry in tree.iter_entries_by_dir():
2478
2478
                # here we process each trees details for each item in the tree.
2479
2479
                # we first update any existing entries for the id at other paths,
2480
2480
                # then we either create or update the entry for the id at the