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