~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commit.py

  • Committer: Aaron Bentley
  • Date: 2006-10-15 15:55:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2078.
  • Revision ID: aaron.bentley@utoronto.ca-20061015155532-d64a63ea5046f693
Fix up more memorytree tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
        # in bugs like #46635.  Any reason not to use/enhance Tree.changes_from?
557
557
        # ADHB 11-07-2006
558
558
        mutter("Selecting files for commit with filter %s", self.specific_files)
 
559
        assert self.work_inv.root is not None
559
560
        entries = self.work_inv.iter_entries()
560
 
        assert self.work_inv.root is not None
561
561
        if not self.builder.record_root_entry:
562
562
            symbol_versioning.warn('CommitBuilders should support recording'
563
563
                ' the root entry as of bzr 0.10.', DeprecationWarning,