1970
1998
def list_files(self, include_root=False, from_dir=None, recursive=True):
1971
1999
# We use a standard implementation, because DirStateRevisionTree is
1972
2000
# dealing with one of the parents of the current state
1979
2007
# Directory not versioned
1981
2010
entries = inv.iter_entries(from_dir=from_dir_id, recursive=recursive)
1982
2011
if inv.root is not None and not include_root and from_dir is None: