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