100
99
def list_files(self, include_root=False):
101
100
# The only files returned by this are those from the version
102
101
entries = self.inventory.iter_entries()
104
104
# skip the root for compatability with the current apis.
106
106
for path, entry in entries: