/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: Martin Pool
  • Date: 2007-10-15 04:50:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2913.
  • Revision ID: mbp@sourcefrog.net-20071015045034-390357g4hrq386qp
Review cleanups, mostly documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
643
643
        specific_files = self.specific_files
644
644
        mutter("Selecting files for commit with filter %s", specific_files)
645
645
 
646
 
        # Check and warn about old CommitBuilders
647
 
        if not self.builder.record_root_entry:
648
 
            raise AssertionError('CommitBuilders should support recording'
649
 
                ' the root entry as of bzr 0.10.')
650
 
 
651
646
        # Build the new inventory
652
647
        self._populate_from_inventory(specific_files)
653
648