354
354
raise NotImplementedError(self.iter_child_entries)
356
356
def list_files(self, include_root=False, from_dir=None, recursive=True,
358
358
"""List all files in this tree.
360
360
:param include_root: Whether to include the entry for the tree root
361
361
:param from_dir: Directory under which to list files
362
362
:param recursive: Whether to list files recursively
364
364
:return: iterator over tuples of
365
365
(path, versioned, kind, inventory entry)