log src/org/tmatesoft/hg/internal/IntMap.java @ 713:661e77dc88ba tip

age author description
2013-07-12 Artem Tikhomirov Effective update of HgParentChildMap when repository got few revisions added
2013-07-04 Artem Tikhomirov Performance: rebuild information about branches takes too long (my improvement: 3 times, 11-15 s to less than 4 sec)
2013-05-10 Artem Tikhomirov Remove few Experimental annotations as the API they've marked graduates v1.1m4
2013-02-20 Artem Tikhomirov Better (precise) name for diff facility, tests
2012-07-11 Artem Tikhomirov Merge changes from smartgit3 branch into 1.1 stream
2012-06-06 Artem Tikhomirov Issue 31: Revlog#walk() fails with AIOOBE when start > 0 smartgit3
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