/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

Move smart protocol version query logic into the medium,
        so that we no longer make redundant version queries. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2182
2182
 
2183
2183
    _fmt = "No smart server available at %(url)s"
2184
2184
 
 
2185
    @symbol_versioning.deprecated_method(symbol_versioning.one_four)
2185
2186
    def __init__(self, url):
2186
2187
        self.url = url
2187
2188