Mercurial > jhg
log
age | author | description |
---|---|---|
Tue, 19 Apr 2011 03:49:29 +0200 | 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 |
Mon, 18 Apr 2011 18:04:24 +0200 | Artem Tikhomirov | Pool objects to avoid memory polution with duplicates |
Fri, 15 Apr 2011 05:17:44 +0200 | Artem Tikhomirov | Optimization: use ParentWalker to get changeset's parents, if possible. Do not keep duplicating nodeids and strings in manifest revisions |
Fri, 15 Apr 2011 03:35:08 +0200 | Artem Tikhomirov | Use common low to hi-level changeset api transformer |
Fri, 15 Apr 2011 03:28:12 +0200 | Artem Tikhomirov | Use common low to hi-level changeset api transformer |
Fri, 15 Apr 2011 03:17:03 +0200 | Artem Tikhomirov | Incoming and Outgoing commands are alive |
Thu, 14 Apr 2011 19:53:31 +0200 | Artem Tikhomirov | Do not assume second parent can be set only when first one is set, again |