/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/transport/sftp.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
# then raise TransportNotPossible, which will break remote access to any
22
22
# formats which rely on OS-level locks.  That should be fine as those formats
23
23
# are pretty old, but these combinations may have to be removed from the test
24
 
# suite.
 
24
# suite.  Those formats all date back to 0.7; so we should be able to remove
 
25
# these methods when we officially drop support for those formats.
25
26
 
26
27
import errno
27
28
import os