/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/remote.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:
28
28
    lockdir,
29
29
    repository,
30
30
    revision,
 
31
    symbol_versioning,
31
32
)
32
33
from bzrlib.branch import BranchReferenceFormat
33
34
from bzrlib.bzrdir import BzrDir, RemoteBzrDirFormat
917
918
        return self._real_repository.get_signature_text(revision_id)
918
919
 
919
920
    @needs_read_lock
 
921
    @symbol_versioning.deprecated_method(symbol_versioning.one_three)
920
922
    def get_revision_graph_with_ghosts(self, revision_ids=None):
921
923
        self._ensure_real()
922
924
        return self._real_repository.get_revision_graph_with_ghosts(