893
893
knit_keys.update(parent_keys)
894
894
missing_keys = keys - set(parent_map)
897
897
# We need to filter out ghosts, because we can't diff against them.
898
898
maybe_ghosts = knit_keys - keys
899
899
ghosts = maybe_ghosts - set(self.get_parent_map(maybe_ghosts))