/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 info branch statistics gathering into the repository to allow smart server optimisation (Robert Collins).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1677
1677
class NoSmartMedium(BzrError):
1678
1678
 
1679
1679
    _fmt = "The transport '%(transport)s' cannot tunnel the smart protocol."
 
1680
    internal_error = True
1680
1681
 
1681
1682
    def __init__(self, transport):
1682
1683
        self.transport = transport