96
96
def has_filename(self, filename):
97
97
return bool(self.inventory.path2id(filename))
100
100
# The only files returned by this are those from the version
101
101
entries = self.inventory.iter_entries()
102
102
# skip the root for compatability with the current apis.
105
106
for path, entry in entries:
106
107
yield path, 'V', entry.kind, entry.file_id, entry