1978
1993
def list_files(self, include_root=False, from_dir=None, recursive=True):
1979
1994
# We use a standard implementation, because DirStateRevisionTree is
1980
1995
# dealing with one of the parents of the current state
1987
2002
# Directory not versioned
1989
2005
entries = inv.iter_entries(from_dir=from_dir_id, recursive=recursive)
1990
2006
if inv.root is not None and not include_root and from_dir is None: