35
35
change, eg changes.added is a list of added files, changes.removed is list
36
36
of removed files, changes.modified is a list of modified files. The contents
37
37
of the lists aren't just filenames, but include other information as well.
40
40
print("list of newly added files")
41
41
for filename in changes.added: