~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/remote.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-07-20 03:55:45 UTC
  • mfrom: (2634.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070720035545-uh4yjypen2ux6z8s
(robertc) Reinstate the accidentally backed out external_url patch.

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