Mercurial > jhg
log
age | author | description |
---|---|---|
2013-07-21 | Artem Tikhomirov | Blame: alternative strategy to handle merge revisions: map(diff(p1->base->p2)) to understand merge intentions better |
2013-07-20 | Artem Tikhomirov | HgParentChildMap: deduce common ancestor functionality |
2013-07-19 | Artem Tikhomirov | Towards better blame of merge revisions: refactor merge handling strategy |
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 |
2013-07-18 | Artem Tikhomirov | Respect default range (0..tip) |
2013-07-17 | Artem Tikhomirov | Introduced dedicated IntSliceSeq/IntTuple in place of IntArray with subsequences |