469
469
specific = self.specific_files
471
472
for path, ie in self.work_inv.iter_entries():
472
476
if specific and not is_inside_any(specific, path):
474
478
if not self.work_tree.has_filename(path):
475
480
self.reporter.missing(path)
483
484
def _populate_new_inv(self):
484
485
"""Build revision inventory.