/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-07 10:34:57 UTC
  • mfrom: (3344 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3349.
  • Revision ID: andrew.bennetts@canonical.com-20080407103457-ro4t95pd3imwt0zw
Merge from bzr.dev.

Show diffs side-by-side

added added

removed removed

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