/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: Jelmer Vernooij
  • Date: 2008-05-02 16:05:43 UTC
  • mto: This revision was merged to the branch mainline in revision 3405.
  • Revision ID: jelmer@samba.org-20080502160543-obrvpwdccxf4yq9h
Deprecated Repository.revision_parents.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1740
1740
    def get_transaction(self):
1741
1741
        return self.control_files.get_transaction()
1742
1742
 
 
1743
    @deprecated_method(symbol_versioning.one_five)
1743
1744
    def revision_parents(self, revision_id):
1744
1745
        return self.get_inventory_weave().parent_names(revision_id)
1745
1746