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