~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Ian Clatworthy
  • Date: 2007-09-18 01:29:59 UTC
  • mto: This revision was merged to the branch mainline in revision 2830.
  • Revision ID: ian.clatworthy@internode.on.net-20070918012959-1unlrzxpriz9bfhg
re-apply Aaron's fix for #94975 (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
699
699
        deleted_paths = set()
700
700
        work_inv = self.work_tree.inventory
701
701
        assert work_inv.root is not None
702
 
        entries = work_inv.iter_entries()
 
702
        entries = work_inv.iter_entries_by_dir()
703
703
        if not self.builder.record_root_entry:
704
704
            entries.next()
705
705
        for path, existing_ie in entries: