~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

Merge with stored_kind

Show diffs side-by-side

added added

removed removed

Lines of Context:
1533
1533
            children = list(self._all_children(parent))
1534
1534
            paths = dict(zip(children, self._final_paths.get_paths(children)))
1535
1535
            children.sort(key=paths.get)
1536
 
            todo.extend(children)
 
1536
            todo.extend(reversed(children))
1537
1537
            for trans_id in children:
1538
1538
                ordered_ids.append((trans_id, parent_file_id))
1539
1539
        for entry, trans_id in self._make_inv_entries(ordered_ids,