Mercurial > jhg
log src/org/tmatesoft/hg/internal/ForwardAnnotateInspector.java @ 686:f1f095e42555
age | author | description |
---|---|---|
2013-07-25 | Artem Tikhomirov | Annotated file is not always changed in the latest changeset, need to find out last changest it was changed at (iow, diffed to with BlameHelper) |
2013-07-21 | Artem Tikhomirov | Blame: alternative strategy to handle merge revisions: map(diff(p1->base->p2)) to understand merge intentions better |
2013-07-18 | Artem Tikhomirov | Report line number at the first appearance, like 'hg annotate -l' does |
2013-07-18 | Artem Tikhomirov | Switch to alternative annotate producer (walks from parents to children). Refactor FileAnnotation to match updated annotate approach |