final HgDiffCommand diffCmd = new HgDiffCommand(repo).file(df).order(NewToOld);
for (int cs : new int[] { 4, 6 /*, 8 see below*/, TIP}) {
ar.run(cs, false);
diffCmd.range(0, cs);
final ReverseAnnotateInspector insp = new ReverseAnnotateInspector();
diffCmd.executeAnnotate(insp);
AnnotateInspector fa = new AnnotateInspector().fill(cs, insp);
doAnnotateLineCheck(cs, ar, fa);
}
/*`hg annotate -r 8` and HgBlameFacility give different result