~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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