log src/org/tmatesoft/hg/repo/HgParentChildMap.java @ 675:a20121a2bba6

age author description
2013-07-12 Artem Tikhomirov Effective update of HgParentChildMap when repository got few revisions added
2013-07-11 Artem Tikhomirov Delete bundle with push/pull changes once command completes successfully. Test for bundle generator
2013-07-10 Artem Tikhomirov Pull: phase2 - update phases from remote, fncache with added files. Tests
2013-07-10 Artem Tikhomirov Merge branch smartgit-4.6
2013-07-05 Artem Tikhomirov Poor performance when reading/collecting branch information. Respect new cache location for recent mercurial revisions. Use different algorithm to build branch cache smartgit-4.6
2013-07-04 Artem Tikhomirov ParentChildMap can supply RevisionMap. Refactor ArrayHelper to keep most of sorted/reverse index magic inside