// the way we built fileHistory ensures we won't walk past [changelogRevIndexStart..changelogRevIndexEnd]
assert clogRevIndex >= startRevIndex;
assert clogRevIndex <= endRevIndex;
fhc.fillFileParents(fri, fileParentRevs);
fhc.fillCsetParents(fri, fileClogParentRevs);
bh.annotateChange(fri, clogRevIndex, fileParentRevs, fileClogParentRevs);
progress.worked(1);
cancel.checkCancelled();
}
}
} catch (HgRuntimeException ex) {