new sftp patch

Robey Pointer robey at lag.net
Thu Oct 20 04:30:49 BST 2005


I moved the "plugin" form of SFTP into bzrlib proper, with a variant  
of John's fix for invalidating "sftp:" URLs if paramiko isn't  
installed.  The tests do a similar trick to avoid testing SFTP too.

Since two of the files are new and one has changed every line (thanks  
to the DOS linefeeds last time) I'm just attaching them in a zip  
file.  The remainder of the patch is tiny:

=== modified file 'bzrlib/selftest/__init__.py'
--- bzrlib/selftest/__init__.py
+++ bzrlib/selftest/__init__.py
@@ -547,6 +547,7 @@
                     'bzrlib.selftest.testsampler',
                     'bzrlib.selftest.testtransactions',
                     'bzrlib.selftest.testtransport',
+                   'bzrlib.selftest.testsftp',
                     'bzrlib.selftest.testgraph',
                     'bzrlib.selftest.testworkingtree',
                     'bzrlib.selftest.test_upgrade',

I'm guessing the DOS linefeeds in the previous patch were because I'm  
using Mail.app and I checked the "Windows friendly attachments"  
checkbox because I know there are Windows people on here.  That'll  
teach me to be friendly to Windows. ;)  Sorry about that.

robey

-------------- next part --------------
A non-text attachment was scrubbed...
Name: sftp-patch.zip
Type: application/zip
Size: 8332 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051019/6bdb4948/attachment.zip 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20051019/6bdb4948/attachment.pgp 


More information about the bazaar mailing list