495
495
for path, id_, kind in changes.added + my_modified + rd_modifies:
498
498
file_cmds.append(commands.FileModifyCommand(path.encode("utf-8"),
500
'file', tree_new.is_executable(path, id_)),
503
503
file_cmds.append(commands.FileModifyCommand(path.encode("utf-8"),
504
504
helpers.kind_to_mode('symlink', False),
506
506
elif kind == 'directory':
507
507
if not self.plain_format: