log src/org/tmatesoft/hg/internal/IntVector.java @ 643:a8ce405da1f5

age author description
Fri, 10 May 2013 17:31:27 +0200 Artem Tikhomirov Remove few Experimental annotations as the API they've marked graduates v1.1m4
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)