The find_changed_files function in the mongo repo currently gets the correct result but does so backwards. It thinks all of the added files were actually deleted, which is incorrect, but then does an incorrect set operation, leading to us finding the added files anyways.
We should update this function to find the correct files for the correct reason.