618
621
"""Update the commit builder with the data about what has changed.
622
625
mutter("Selecting files for commit with filter %s", specific_files)
625
628
if self.use_record_iter_changes:
627
631
iter_changes = self._filter_iter_changes(iter_changes)
628
632
for file_id, path, fs_hash in self.builder.record_iter_changes(
629
633
self.work_tree, self.basis_revid, iter_changes):