~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/sftp.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-13 04:12:12 UTC
  • mfrom: (2484.1.25 knit_index_pyrex)
  • Revision ID: pqm@pqm.ubuntu.com-20070713041212-ar46c24wgu0jhtm5
(John Arbash Meinel) Implement _KnitIndex._load_data in pyrex.

Show diffs side-by-side

added added

removed removed

Lines of Context:
764
764
        except (IOError, paramiko.SSHException), e:
765
765
            self._translate_io_exception(e, path, ': unable to delete')
766
766
            
767
 
    def external_url(self):
768
 
        """See bzrlib.transport.Transport.external_url."""
769
 
        # the external path for SFTP is the base
770
 
        return self.base
771
 
 
772
767
    def listable(self):
773
768
        """Return True if this store supports listing."""
774
769
        return True