2765
2764
unchanged = dict(unchanged)
2768
for unused_tree_path, (trans_id, file_id, tree_path, text_sha1) in desired_files:
2767
for unused_tree_path, (trans_id, tree_path, text_sha1) in desired_files:
2769
2768
accelerator_path = unchanged.get(tree_path)
2770
2769
if accelerator_path is None:
2771
2770
new_desired_files.append((tree_path,
2772
(trans_id, file_id, tree_path, text_sha1)))
2774
2773
pb.update(gettext('Adding file contents'), count + offset, total)