log src/org/tmatesoft/hg/internal/IntVector.java @ 603:707b5c7c6fa4

age author description
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