~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/osutils.py

Crufty but existing _iter_changes implementation for WorkingTreeFormat4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1055
1055
    
1056
1056
    The data yielded is of the form:
1057
1057
    ((directory-relpath, directory-path-from-top),
1058
 
    [(relpath, basename, kind, lstat), ...]),
 
1058
    [(directory-relpath, basename, kind, lstat), ...]),
1059
1059
     - directory-relpath is the relative path of the directory being returned
1060
1060
       with respect to top. prefix is prepended to this.
1061
1061
     - directory-path-from-root is the path including top for this directory.