~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/pack_repo.py

  • Committer: John Arbash Meinel
  • Date: 2007-12-18 19:42:10 UTC
  • mto: This revision was merged to the branch mainline in revision 3126.
  • Revision ID: john@arbash-meinel.com-20071218194210-hrciq0bscpg2ge3p
Deprecate get_parents() in favor of get_parent_map()

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    lockable_files,
49
49
    lockdir,
50
50
    osutils,
 
51
    symbol_versioning,
51
52
    transactions,
52
53
    xml5,
53
54
    xml6,
1894
1895
            pb.finished()
1895
1896
        return result
1896
1897
 
 
1898
    @symbol_versioning.deprecated_method(symbol_versioning.one_one)
1897
1899
    def get_parents(self, revision_ids):
1898
1900
        """See graph._StackedParentsProvider.get_parents."""
1899
1901
        parent_map = self.get_parent_map(revision_ids)