/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/knitrepo.py

  • Committer: John Arbash Meinel
  • Date: 2008-03-10 15:39:56 UTC
  • mto: This revision was merged to the branch mainline in revision 3281.
  • Revision ID: john@arbash-meinel.com-20080310153956-jevcqupenzkylnvh
Deprecations abound.

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