/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 commit.py

Implement CommitBuilder.revision_tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
        self._new_revision_id = self.repository.get_mapping().revision_id_foreign_to_bzr(c.id)
151
151
        self.repository.commit_write_group()
152
152
        return self._new_revision_id
 
153
 
 
154
    def revision_tree(self):
 
155
        return self.repository.revision_tree(self._new_revision_id)