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