2103
2096
# the test for existing kinds is different: this can be
2104
2097
# factored out to a helper though.
2105
2098
other_block_index, present = self._find_block_index_from_key(other_key)
2108
2099
assert present, 'could not find block for %s' % (other_key,)
2109
2100
other_entry_index, present = self._find_entry_index(other_key,
2110
2101
self._dirblocks[other_block_index][1])
2113
2102
assert present, 'could not find entry for %s' % (other_key,)
2114
2103
assert path_utf8 is not None
2115
2104
self._dirblocks[other_block_index][1][other_entry_index][1][0] = \