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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-03-24 01:08:12 UTC
  • mfrom: (3948.3.9 deprecation)
  • Revision ID: pqm@pqm.ubuntu.com-20090324010812-lrfx6zoeu7q0fftv
(mbp) remove code deprecated up to 1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
2309
2309
        self.transport = transport
2310
2310
 
2311
2311
 
2312
 
class NoSmartServer(NotBranchError):
2313
 
 
2314
 
    _fmt = "No smart server available at %(url)s"
2315
 
 
2316
 
    @symbol_versioning.deprecated_method(symbol_versioning.one_four)
2317
 
    def __init__(self, url):
2318
 
        self.url = url
2319
 
 
2320
 
 
2321
2312
class UnknownSSH(BzrError):
2322
2313
 
2323
2314
    _fmt = "Unrecognised value for BZR_SSH environment variable: %(vendor)s"