~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: John Arbash Meinel
  • Date: 2005-11-10 00:50:06 UTC
  • mto: This revision was merged to the branch mainline in revision 1508.
  • Revision ID: john@arbash-meinel.com-20051110005006-7218f1b4b0fbafea
Adding a note about changing copy_to's interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
257
257
        """Copy a set of entries from self into another Transport.
258
258
 
259
259
        :param relpaths: A list/generator of entries to be copied.
 
260
        TODO: This interface needs to be updated so that the target location
 
261
              can be different from the source location.
260
262
        """
261
263
        # The dummy implementation just does a simple get + put
262
264
        def copy_entry(path):