log src/org/tmatesoft/hg/repo/Revlog.java @ 328:a674b8590362

age author description
Wed, 05 Oct 2011 07:13:57 +0200 Artem Tikhomirov Move file tree history to upper API level
Tue, 04 Oct 2011 07:24:44 +0200 Artem Tikhomirov Tests for Revlog.Inspectors
Mon, 03 Oct 2011 06:47:20 +0200 Artem Tikhomirov Explore alternatives to access file-changelog combined history
Thu, 29 Sep 2011 03:20:28 +0200 Artem Tikhomirov Rework file history build approach to match rest of the API
Sat, 24 Sep 2011 07:29:05 +0200 Artem Tikhomirov Recognize closed branches
Sat, 24 Sep 2011 04:06:27 +0200 Artem Tikhomirov Collect sort reverse indexes along with array sorting
Mon, 29 Aug 2011 23:14:59 +0200 Artem Tikhomirov Favor delegation over generalization
Thu, 25 Aug 2011 03:57:39 +0200 Artem Tikhomirov Use Nodeid.isNull check instead of NULL.equals
Thu, 23 Jun 2011 16:58:38 +0200 Artem Tikhomirov External cache Nodeid<->int added, Revlog.RevisionMap
Tue, 17 May 2011 03:42:33 +0200 Artem Tikhomirov Issue 7: Correctly handle manifest and changelog with different number of (or non-matching) revisions
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