/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-16 10:45:53 UTC
  • mfrom: (3286 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3299.
  • Revision ID: john@arbash-meinel.com-20080316104553-hdwcnrpgav03o7i5
[merge] bzr.dev 3286

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
914
915
        return self._real_repository.get_signature_text(revision_id)
915
916
 
916
917
    @needs_read_lock
 
918
    @symbol_versioning.deprecated_method(symbol_versioning.one_three)
917
919
    def get_revision_graph_with_ghosts(self, revision_ids=None):
918
920
        self._ensure_real()
919
921
        return self._real_repository.get_revision_graph_with_ghosts(