Mercurial > hg4j
log src/org/tmatesoft/hg/repo/Revlog.java @ 206:63c9fed4369e
age | author | description |
---|---|---|
Wed, 20 Apr 2011 21:14:51 +0200 | Artem Tikhomirov | Performance optimization: reduce memory ParentWalker hogs |
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 |
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 |
Wed, 13 Apr 2011 14:15:13 +0200 | Artem Tikhomirov | Do not assume second parent can be set only when first one is set |
Fri, 25 Mar 2011 00:05:52 +0100 | Artem Tikhomirov | Towards outgoing changes - initial detection logic, get connected with remote repo stub |