76
72
# The data returned here can be in any order, but we've already created all
78
74
flags = os.O_CREAT | os.O_TRUNC | os.O_WRONLY | getattr(os, 'O_BINARY', 0)
80
75
for (relpath, executable), chunks in tree.iter_files_bytes(to_fetch):
82
77
filters = tree._content_filter_stack(relpath)