~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

  • Committer: Alexander Belchenko
  • Date: 2007-08-13 11:15:50 UTC
  • mto: This revision was merged to the branch mainline in revision 2717.
  • Revision ID: bialix@ukr.net-20070813111550-sgpoq5sy9tilglt4
trivial fix for docstring of osutils.walkdirs()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1089
1089
    
1090
1090
    The data yielded is of the form:
1091
1091
    ((directory-relpath, directory-path-from-top),
1092
 
    [(directory-relpath, basename, kind, lstat, path-from-top), ...]),
 
1092
    [(relpath, basename, kind, lstat, path-from-top), ...]),
1093
1093
     - directory-relpath is the relative path of the directory being returned
1094
1094
       with respect to top. prefix is prepended to this.
1095
1095
     - directory-path-from-root is the path including top for this directory.