doAnnotateLineCheck(5, splitLines(file1AnnotateResult), insp);
// file4
cmd.file(df4, false).execute(insp = new AnnotateInspector());
doAnnotateLineCheck(5, splitLines(file4AnnotateResult), insp);
// file5
cmd.file(df5, false).execute(insp = new AnnotateInspector());
doAnnotateLineCheck(5, splitLines(file5AnnotateResult), insp);
}
// TODO HgWorkingCopyStatusCollector (and HgStatusCollector), with their ancestors (rev 59/69) have examples
// of *incorrect* assignment of common lines (like "}") - our impl doesn't process common lines in any special way