~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/local.py

  • Committer: Robert Collins
  • Date: 2005-10-04 04:38:48 UTC
  • mfrom: (1400.1.1)
  • Revision ID: robertc@robertcollins.net-20051004043848-d65bb5f9d435fbb3
unbreak http branch operations

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.