1847
def list_files(self, include_root=False, from_dir=None, recursive=True):
1841
1848
# We use a standard implementation, because DirStateRevisionTree is
1842
1849
# dealing with one of the parents of the current state
1843
1850
inv = self._get_inventory()
1847
1861
for path, entry in entries:
1848
1862
yield path, 'V', entry.kind, entry.file_id, entry