1898
1897
or result[7][0] != result[7][1] # executable
1903
1903
if want_unversioned and not path_handled:
1905
1905
stat.S_ISREG(root_dir_info[3].st_mode)
1906
1906
and stat.S_IEXEC & root_dir_info[3].st_mode)
1907
yield (None, current_root, True, (False, False), (None, None),
1907
yield (None, (None, current_root), True, (False, False),
1908
1909
(None, splitpath(current_root)[-1]),
1909
1910
(None, root_dir_info[2]), (None, new_executable))
1910
1911
dir_iterator = osutils._walkdirs_utf8(root_abspath, prefix=current_root)