log src/org/tmatesoft/hg/core/HgAnnotateCommand.java @ 713:661e77dc88ba tip

age author description
Wed, 14 Aug 2013 14:51:51 +0200 Artem Tikhomirov Refactor: move diff/blame related code to a separate package
Thu, 25 Jul 2013 22:12:14 +0200 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)
Sun, 21 Jul 2013 17:15:34 +0200 Artem Tikhomirov Blame: alternative strategy to handle merge revisions: map(diff(p1->base->p2)) to understand merge intentions better