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