/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/repofmt/pack_repo.py

  • Committer: Andrew Bennetts
  • Date: 2008-04-02 00:14:00 UTC
  • mfrom: (3324 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3756.
  • Revision ID: andrew.bennetts@canonical.com-20080402001400-r1pqse38i03dl97w
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1927
1927
            found_parents[key[0]] = parents
1928
1928
        return found_parents
1929
1929
 
 
1930
    @symbol_versioning.deprecated_method(symbol_versioning.one_four)
1930
1931
    @needs_read_lock
1931
1932
    def get_revision_graph(self, revision_id=None):
1932
1933
        """Return a dictionary containing the revision graph.