log src/org/tmatesoft/hg/internal/IntMap.java @ 425:48f993aa2f41

age author description
2012-03-22 Artem Tikhomirov New and better name for HgFileInformer - HgChangesetFileSneaker. Explain (comments) ties between HgManifest, HgDataFile, HgChangesetFileSneaker and reasons for method placement
2012-03-22 Artem Tikhomirov Explicit constant for regular file flags, access to flags for a given file revision
2011-09-02 Artem Tikhomirov Utilize IntMap when caching manifest revisions
2011-08-29 Artem Tikhomirov Ensure capacity grows regardless of initial map size. Separate unit test
2011-08-29 Artem Tikhomirov Tailored Map implementation with int keys