~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

  • Committer: Vincent Ladeuil
  • Date: 2007-05-04 10:26:43 UTC
  • mto: (2485.8.14 reuse.transports)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070504102643-3qbwrvmvzjildjez
Add a test for create_branch_convenience. Mark some places to test for multiple connections.

Show diffs side-by-side

added added

removed removed

Lines of Context:
824
824
        # that we have taken the lock.
825
825
        return SFTPLock(relpath, self)
826
826
 
827
 
    # test mutiple connections
 
827
    # FIXME: instrument or refactor to allow testing for mutiple connections
828
828
    def _sftp_connect(self):
829
829
        """Connect to the remote sftp server.
830
830
        After this, self._sftp should have a valid connection (or