1192
1192
# Lookup all possible text keys to determine which ones actually modified
1194
1194
graph = branch.repository.get_file_graph(file_id)
1195
1196
text_keys = [(file_id, rev_id) for rev_id, revno, depth in view_revisions]
1197
1198
# Looking up keys in batches of 1000 can cut the time in half, as well as