/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/commit.py

  • Committer: Robert Collins
  • Date: 2007-10-22 21:38:24 UTC
  • mto: This revision was merged to the branch mainline in revision 2931.
  • Revision ID: robertc@robertcollins.net-20071022213824-guihq55zholcyqgj
Remove more basis inventory usage.

Show diffs side-by-side

added added

removed removed

Lines of Context:
685
685
            set(self.builder.new_inventory._byid.keys())
686
686
        if deleted_ids:
687
687
            self.any_entries_deleted = True
688
 
            deleted = [(self.basis_inv.id2path(file_id), file_id)
 
688
            deleted = [(self.basis_tree.id2path(file_id), file_id)
689
689
                for file_id in deleted_ids]
690
690
            deleted.sort()
691
691
            # XXX: this is not quite directory-order sorting