113
113
def has_filename(self, filename):
114
114
return bool(self.inventory.path2id(filename))
116
def list_files(self, include_root=False, from_dir=None, recursive=True):
117
117
# The only files returned by this are those from the version
121
125
# skip the root for compatability with the current apis.
123
127
for path, entry in entries: