~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/local.py

  • Committer: Martin Pool
  • Date: 2005-10-06 04:09:55 UTC
  • mfrom: (1413)
  • mto: (1185.13.3)
  • mto: This revision was merged to the branch mainline in revision 1417.
  • Revision ID: mbp@sourcefrog.net-20051006040955-36f27e5a8d5c977b
[merge] from robert

Show diffs side-by-side

added added

removed removed

Lines of Context:
189
189
        else:
190
190
            return super(LocalTransport, self).copy_to(relpaths, other, pb=pb)
191
191
 
 
192
    def listable(self):
 
193
        """See Transport.listable."""
 
194
        return True
192
195
 
193
196
    def list_dir(self, relpath):
194
197
        """Return a list of all files at the given location.