log src/org/tmatesoft/hg/internal/RevlogStream.java @ 263:31f67be94e71

age author description
Thu, 18 Aug 2011 18:06:44 +0200 Artem Tikhomirov RevlogStream - reduce number of object instances, reuse when possible
Tue, 16 Aug 2011 22:08:15 +0200 Artem Tikhomirov Reduce number of objects instantiated on revlog read
Thu, 23 Jun 2011 16:58:38 +0200 Artem Tikhomirov External cache Nodeid<->int added, Revlog.RevisionMap
Thu, 23 Jun 2011 15:19:07 +0200 Artem Tikhomirov Improved reading of sparse revisions from a revlog
Mon, 23 May 2011 04:42:12 +0200 Artem Tikhomirov HgBadStateException (IOException from FileAccess) on isCopy for empty data file
Tue, 17 May 2011 03:40:52 +0200 Artem Tikhomirov Experimental support to mix-in start and end events for inspectors. Additionally, Lifecycle may serve as iteration control
Tue, 26 Apr 2011 02:50:06 +0200 Artem Tikhomirov Basic test for HgIncomingCommand. Fix RepositoryComparator for cases when whole repository is unknown. Respect freshly initialized (empty) repositories in general.