log src/org/tmatesoft/hg/internal/RevlogStream.java @ 420:6c22bdc0bdfd

age author description
Thu, 22 Mar 2012 22:56:01 +0100 Artem Tikhomirov Respect long offsets in revlogs
Thu, 23 Feb 2012 21:53:21 +0100 Artem Tikhomirov Merge fixed for issue 24 and issue 26 from smartgit3 branch
Thu, 23 Feb 2012 15:31:57 +0100 Artem Tikhomirov Issue 24: IAE, Underflow in FilterDataAccess. Issue 26:UnsupportedOperationException when patching empty base revision. Tests smartgit3
Thu, 23 Feb 2012 01:06:24 +0100 Artem Tikhomirov Straighten out exceptions thrown when file access failed - three is too much
Thu, 02 Feb 2012 16:16:19 +0100 Artem Tikhomirov Issue 22: Test for subsequent empty manifest entries case for separate .i and .d repository control files
Mon, 23 Jan 2012 16:51:34 +0100 Artem Tikhomirov Issue 22: UnsupportedOperationException when all files are deleted in a branch
Fri, 16 Dec 2011 15:37:27 +0100 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
Fri, 16 Dec 2011 04:43:18 +0100 Artem Tikhomirov Use exceptions to expose errors reading mercurial data
Thu, 01 Dec 2011 05:21:40 +0100 Artem Tikhomirov Propagate errors with exceptions up to a end client
Tue, 22 Nov 2011 05:25:57 +0100 Artem Tikhomirov Add specific IAE subclass to handle wrong (e.g. outdated after rollback) revisions
Thu, 13 Oct 2011 03:30:50 +0200 Artem Tikhomirov Refactor revlog patch mechanism, towards patch merging
Sat, 17 Sep 2011 13:41:04 +0200 Artem Tikhomirov Share range check code
Sat, 17 Sep 2011 00:48:34 +0200 Artem Tikhomirov Better message for incorrect range requested
Fri, 16 Sep 2011 05:35:32 +0200 Artem Tikhomirov Issue 11: Error log facility. SessionContext to share common facilities
Sat, 10 Sep 2011 00:18:39 +0200 Artem Tikhomirov Avoid boxing int values and list resizes on revlog read