242
242
def report(self, file_id, path, versioned, renamed, modified, exe_change,
244
244
"""Report one change to a file
246
246
:param file_id: The file_id of the file
247
247
:param path: The path the file has (or would have) in the tree (as
248
248
generated by Tree._iter_changes)
249
249
:param versioned: may be 'added', 'removed', or 'unchanged'
250
250
:param renamed: may be True or False
251
:param modified: may be 'created', 'deleted', 'kind changed',
251
:param modified: may be 'created', 'deleted', 'kind changed',
252
252
'modified' or 'unchanged'.
253
253
:param exe_change: True if the execute bit has changed
254
254
:param kind: A pair of file kinds, as generated by Tree._iter_changes.
255
255
None indicates no file present.