/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/transform.py

Merge with is_executable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1553
1553
            children = list(self._all_children(parent))
1554
1554
            paths = dict(zip(children, self._final_paths.get_paths(children)))
1555
1555
            children.sort(key=paths.get)
1556
 
            todo.extend(children)
 
1556
            todo.extend(reversed(children))
1557
1557
            for trans_id in children:
1558
1558
                ordered_ids.append((trans_id, parent_file_id))
1559
1559
        for entry, trans_id in self._make_inv_entries(ordered_ids,