/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/transport/__init__.py

  • Committer: Andrew Bennetts
  • Date: 2008-03-26 22:00:30 UTC
  • mto: This revision was merged to the branch mainline in revision 3309.
  • Revision ID: andrew.bennetts@canonical.com-20080326220030-91y3ze0721oix2bz
Deprecate Transport.get_smart_client and errors.NoSmartServer, as these are now unused.

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
        deprecated_method,
55
55
        deprecated_function,
56
56
        DEPRECATED_PARAMETER,
 
57
        one_four,
57
58
        zero_eight,
58
59
        zero_eleven,
59
60
        zero_ninety,
613
614
        """
614
615
        return self.get(relpath).read()
615
616
 
 
617
    @deprecated_method(one_four)
616
618
    def get_smart_client(self):
617
619
        """Return a smart client for this transport if possible.
618
620