log src/org/tmatesoft/hg/internal/IntVector.java @ 686:f1f095e42555

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-05-10 Artem Tikhomirov Remove few Experimental annotations as the API they've marked graduates v1.1m4
2013-04-16 Artem Tikhomirov Improve memory consumption of HgManifest#getFileRevision(): avoid extra byte[] instances
2013-04-12 Artem Tikhomirov Partial blame when start/end revisions are in the middle of a single filename history
2013-02-27 Artem Tikhomirov Do not process child revisions before all possible parent paths were visited
2013-02-20 Artem Tikhomirov Annotate file changes through few revisions, walking either direction (old to new and vice versa)
2013-02-20 Artem Tikhomirov Better (precise) name for diff facility, tests
2013-02-19 Artem Tikhomirov Annotate merge revision (combined diff against two parents without looking further)
2013-02-15 Artem Tikhomirov First round of annotate file is functional
2011-10-13 Artem Tikhomirov Refactor revlog patch mechanism, towards patch merging
2011-10-05 Artem Tikhomirov Move file tree history to upper API level
2011-09-09 Artem Tikhomirov Avoid boxing int values and list resizes on revlog read