~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-06-09 07:45:19 UTC
  • mfrom: (3484.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080609074519-afx3xh7bd8wqzjy0
(vila) Trivial drive-by cleanups

Show diffs side-by-side

added added

removed removed

Lines of Context:
537
537
        *NOTE*: This only lists *files*, not subdirectories!
538
538
        
539
539
        As with other listing functions, only some transports implement this,.
540
 
        you may check via is_listable to determine if it will.
 
540
        you may check via listable() to determine if it will.
541
541
        """
542
542
        raise errors.TransportNotPossible("This transport has not "
543
543
                                          "implemented iter_files_recursive "