~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.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:
439
439
        """Delete the item at relpath"""
440
440
        raise errors.TransportNotPossible('http does not support delete()')
441
441
 
442
 
    def external_url(self):
443
 
        """See bzrlib.transport.Transport.external_url."""
444
 
        # HTTP URL's are externally usable.
445
 
        return self.base
446
 
 
447
442
    def is_readonly(self):
448
443
        """See Transport.is_readonly."""
449
444
        return True