Mercurial > hg4j
log src/org/tmatesoft/hg/internal/IntVector.java @ 603:707b5c7c6fa4
age | author | description |
---|---|---|
Tue, 16 Apr 2013 14:44:57 +0200 | Artem Tikhomirov | Improve memory consumption of HgManifest#getFileRevision(): avoid extra byte[] instances |
Fri, 12 Apr 2013 19:50:21 +0200 | Artem Tikhomirov | Partial blame when start/end revisions are in the middle of a single filename history |
Wed, 27 Feb 2013 19:37:58 +0100 | Artem Tikhomirov | Do not process child revisions before all possible parent paths were visited |
Wed, 20 Feb 2013 22:23:50 +0100 | Artem Tikhomirov | Annotate file changes through few revisions, walking either direction (old to new and vice versa) |
Wed, 20 Feb 2013 18:19:52 +0100 | Artem Tikhomirov | Better (precise) name for diff facility, tests |
Tue, 19 Feb 2013 21:17:39 +0100 | Artem Tikhomirov | Annotate merge revision (combined diff against two parents without looking further) |
Fri, 15 Feb 2013 22:15:13 +0100 | Artem Tikhomirov | First round of annotate file is functional |