/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: Aaron Bentley
  • Date: 2007-07-10 17:55:19 UTC
  • mfrom: (2598 +trunk)
  • mto: (2590.2.12 changes-merge)
  • mto: This revision was merged to the branch mainline in revision 2603.
  • Revision ID: abentley@panoramicfeedback.com-20070710175519-qfdqkmx0zankbgfo
Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
599
599
        self.pb_entries_total = len(work_inv)
600
600
 
601
601
        # Check and warn about old CommitBuilders
602
 
        entries = work_inv.iter_entries()
 
602
        entries = work_inv.iter_entries_by_dir()
603
603
        if not self.builder.record_root_entry:
604
604
            symbol_versioning.warn('CommitBuilders should support recording'
605
605
                ' the root entry as of bzr 0.10.', DeprecationWarning,