176
176
def has_filename(self, filename):
177
177
return bool(self.inventory.path2id(filename))
181
yield ('', 'V', 'directory', self.inventory.root.file_id,
180
183
# The only files returned by this are those from the version
181
184
for path, entry in self.inventory.iter_entries():
182
185
yield path, 'V', entry.kind, entry.file_id, entry