Mercurial > jhg
log src/org/tmatesoft/hg/internal/IntMap.java @ 491:4a670f76e7d1
age | author | description |
---|---|---|
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 |