1008
1013
* (NULL_REVISION,) when the key has no parents.
1009
1014
* (parent_key, parent_key...) otherwise.
1014
1027
for index, key, value, refs in self.iter_entries(search_keys):
1017
1030
parents = (NULL_REVISION,)
1018
1031
found_parents[key] = parents
1027
1034
def insert_index(self, pos, index):
1028
1035
"""Insert a new index in the list of indices to query.