if (fileRev != null) {
lastCsetWithFileChange = df.getChangesetRevisionIndex(df.getRevisionIndex(fileRev));
} else {
lastCsetWithFileChange = annotateRevIndex;
}
ai.report(lastCsetWithFileChange, inspector, new ProgressSupport.Sub(progress, 100), cancellation);
} catch (HgRuntimeException ex) {
throw new HgLibraryFailureException(ex);
}
progress.done();
}