114
114
def has_filename(self, filename):
115
115
return bool(self.inventory.path2id(filename))
117
def list_files(self, include_root=False, from_dir=None, recursive=True):
118
118
# The only files returned by this are those from the version
122
129
# skip the root for compatability with the current apis.
124
131
for path, entry in entries: