~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2006-09-05 20:27:57 UTC
  • mto: (1946.2.8 reduce-knit-churn)
  • mto: This revision was merged to the branch mainline in revision 1988.
  • Revision ID: john@arbash-meinel.com-20060905202757-504f1f3519a25183
clean up append, append_bytes, and append_multi tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
300
300
        """See Transport.rmdir."""
301
301
        raise TransportNotPossible('http does not support rmdir()')
302
302
 
303
 
    def append(self, relpath, f):
 
303
    def append(self, relpath, f, mode=None):
304
304
        """Append the text in the file-like object into the final
305
305
        location.
306
306
        """