1832
def list_files(self, include_root=False, from_dir=None, recursive=True):
1833
1833
# We use a standard implementation, because DirStateRevisionTree is
1834
1834
# dealing with one of the parents of the current state
1835
1835
inv = self._get_inventory()
1839
1843
for path, entry in entries:
1840
1844
yield path, 'V', entry.kind, entry.file_id, entry