/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/tests/test_transport_implementations.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:
38
38
                           FileExists,
39
39
                           InvalidURL,
40
40
                           LockError,
41
 
                           NoSmartServer,
42
41
                           NoSuchFile,
43
42
                           NotLocalUrl,
44
43
                           PathError,