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