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