Mercurial > hg4j
log
age | author | description |
---|---|---|
2011-04-21 | Artem Tikhomirov | Primitive test for clone command |
2011-04-20 | Artem Tikhomirov | Performance optimization: reduce memory ParentWalker hogs |
2011-04-20 | Artem Tikhomirov | Tip constant has changed, reflected in tests |
2011-04-20 | Artem Tikhomirov | Performance optimization: reduce memory to keep revlog cached info |
2011-04-19 | Artem Tikhomirov | Investigate optimization options to allow fast processing of huge repositories. Fix defect in StatusCollector that lead to wrong result comparing first revision to empty repo (-1 to 0), due to same TIP constant value |
2011-04-18 | Artem Tikhomirov | Pool objects to avoid memory polution with duplicates |
2011-04-15 | Artem Tikhomirov | Optimization: use ParentWalker to get changeset's parents, if possible. Do not keep duplicating nodeids and strings in manifest revisions |