~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-08-16 15:33:42 UTC
  • mfrom: (2694.4.1 trivial)
  • Revision ID: pqm@pqm.ubuntu.com-20070816153342-vx6qu7u23qs035vy
trivial fix for docstring of osutils.walkdirs()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1080
1080
    
1081
1081
    The data yielded is of the form:
1082
1082
    ((directory-relpath, directory-path-from-top),
1083
 
    [(directory-relpath, basename, kind, lstat, path-from-top), ...]),
 
1083
    [(relpath, basename, kind, lstat, path-from-top), ...]),
1084
1084
     - directory-relpath is the relative path of the directory being returned
1085
1085
       with respect to top. prefix is prepended to this.
1086
1086
     - directory-path-from-root is the path including top for this directory.