658
661
num_file_ids = len(file_ids)
659
662
for file_id, altered_versions in file_ids.iteritems():
663
666
yield ("file", file_id, altered_versions)
664
667
# We're done with the files_pb. Note that it finished by the caller,
665
668
# just as it was created by the caller.
669
672
yield ("inventory", None, revision_ids)