/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

(broken) merge aaron's workingtree format changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
        else:
215
215
            self.work_tree = working_tree
216
216
            self.branch = self.work_tree.branch
 
217
            if getattr(self.work_tree, 'requires_rich_root', lambda: False)():
 
218
                if not self.branch.repository.supports_rich_root():
 
219
                    raise errors.RootNotRich()
217
220
        if message_callback is None:
218
221
            if message is not None:
219
222
                if isinstance(message, str):