Part of bzrlib.delta View In Hierarchy
| Parameters | output | a function with the signature of trace.note, i.e. accepts a format and parameters. |
| supress_root_add | If true, adding the root will be ignored (i.e. when a tree has just been initted) | |
| output_file | If supplied, a file-like object to write to. Only one of output and output_file may be supplied. | |
| unversioned_filter | A filter function to be called on unversioned files. This should return True to ignore a path. By default, no filtering takes place. | |
| view_info | A tuple of view_name,view_files if only items inside a view are to be reported on, or None for no view filtering. | |
| classify | Add special symbols to indicate file kind. |
| Parameters | file_id | The file_id of the file |
| path | The old and new paths as generated by Tree.iter_changes. | |
| versioned | may be 'added', 'removed', 'unchanged', or 'unversioned. | |
| renamed | may be True or False | |
| modified | may be 'created', 'deleted', 'kind changed', 'modified' or 'unchanged'. | |
| exe_change | True if the execute bit has changed | |
| kind | A pair of file kinds, as generated by Tree.iter_changes. None indicates no file present. |