794
yield posixpath.relpath(path, from_dir), status, ie
794
yield posixpath.relpath(path, from_dir), status, kind, ie
797
797
ie = self._get_file_ie(name, path, value, dir_ids[parent])
798
yield posixpath.relpath(path, from_dir), "V", ie
798
yield posixpath.relpath(path, from_dir), "V", ie.kind, ie
801
yield posixpath.relpath(path, from_dir), ("I" if self.is_ignored(path) else "?"), ie
801
yield posixpath.relpath(path, from_dir), ("I" if self.is_ignored(path) else "?"), kind, ie