1992
1971
def list_files(self, include_root=False, from_dir=None, recursive=True):
1993
1972
# We use a standard implementation, because DirStateRevisionTree is
1994
1973
# dealing with one of the parents of the current state
2001
1980
# Directory not versioned
2004
1982
entries = inv.iter_entries(from_dir=from_dir_id, recursive=recursive)
2005
1983
if inv.root is not None and not include_root and from_dir is None: