~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

Expand comment about lock_read/lock_write.

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