~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: John Arbash Meinel
  • Date: 2007-07-20 14:28:59 UTC
  • mfrom: (2625.6.3 bzr.email_message)
  • mto: This revision was merged to the branch mainline in revision 2640.
  • Revision ID: john@arbash-meinel.com-20070720142859-a24s0khul0yw91bh
(Adeodato Simó) EmailMessage class, allowing much nicer access to Email object than stdlib

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
        resp = self._call2('delete', self._remote_path(relpath))
292
292
        self._translate_error(resp)
293
293
 
 
294
    def external_url(self):
 
295
        """See bzrlib.transport.Transport.external_url."""
 
296
        # the external path for RemoteTransports is the base
 
297
        return self.base
 
298
 
294
299
    def readv(self, relpath, offsets):
295
300
        if not offsets:
296
301
            return