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

  • Committer: John Arbash Meinel
  • Date: 2006-09-26 20:46:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2044.
  • Revision ID: john@arbash-meinel.com-20060926204611-8621c714eac8c614
CommitBuilder.get_tree => CommitBuilder.revision_tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
2311
2311
            self.new_inventory, self._config)
2312
2312
        return self._new_revision_id
2313
2313
 
2314
 
    def get_tree(self):
 
2314
    def revision_tree(self):
2315
2315
        """Return the tree that was just committed.
2316
2316
 
2317
2317
        After calling commit() this can be called to get a RevisionTree