log src/org/tmatesoft/hg/internal/IntMap.java @ 448:2e402c12ebc6 smartgit3

age author description
Wed, 06 Jun 2012 21:23:57 +0200 Artem Tikhomirov Issue 31: Revlog#walk() fails with AIOOBE when start > 0 smartgit3
Thu, 22 Mar 2012 20:14:06 +0100 Artem Tikhomirov New and better name for HgFileInformer - HgChangesetFileSneaker. Explain (comments) ties between HgManifest, HgDataFile, HgChangesetFileSneaker and reasons for method placement
Thu, 22 Mar 2012 18:54:11 +0100 Artem Tikhomirov Explicit constant for regular file flags, access to flags for a given file revision
Fri, 02 Sep 2011 13:59:21 +0200 Artem Tikhomirov Utilize IntMap when caching manifest revisions
Mon, 29 Aug 2011 23:31:37 +0200 Artem Tikhomirov Ensure capacity grows regardless of initial map size. Separate unit test
Mon, 29 Aug 2011 22:15:12 +0200 Artem Tikhomirov Tailored Map implementation with int keys