log src/org/tmatesoft/hg/internal/IntMap.java @ 417:ccd7d25e5aea

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