~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repofmt/knitrepo.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-15 21:00:35 UTC
  • mfrom: (3228.4.15 revision_graph)
  • Revision ID: pqm@pqm.ubuntu.com-20080315210035-5qwda8bre2nwsra3
(jam) Update PackRepo.get_revision_graph() to efficiently handle
        ghosts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
220
220
            return a_weave.get_graph([revision_id])
221
221
 
222
222
    @needs_read_lock
 
223
    @symbol_versioning.deprecated_method(symbol_versioning.one_three)
223
224
    def get_revision_graph_with_ghosts(self, revision_ids=None):
224
225
        """Return a graph of the revisions with ghosts marked as applicable.
225
226