~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport.py

  • Committer: John Arbash Meinel
  • Date: 2005-09-14 20:49:08 UTC
  • mto: (1185.11.1)
  • mto: This revision was merged to the branch mainline in revision 1396.
  • Revision ID: john@arbash-meinel.com-20050914204908-766c55c17ec9ae4e
Trying to get pipelined http library working + tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
322
322
 
323
323
        return self._iterate_over(relpaths, copy_entry, pb, 'copy_to', expand=False)
324
324
 
 
325
 
325
326
    def move(self, rel_from, rel_to):
326
327
        """Move the item at rel_from to the location at rel_to"""
327
328
        raise NotImplementedError