~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

Last vestiges of local file requirements for upgrade nuked

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
 
335
335
        return self._iterate_over(relpaths, copy_entry, pb, 'copy_to', expand=False)
336
336
 
337
 
 
338
337
    def move(self, rel_from, rel_to):
339
338
        """Move the item at rel_from to the location at rel_to.
340
339