~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/errors.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-02-04 12:47:41 UTC
  • mfrom: (2260.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070204124741-bc510e3fe6fb2962
(robertc) Move info stats gathering into Repository.gather_stats allowing server optimisation.

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