log src/org/tmatesoft/hg/internal/Patch.java @ 599:55b7987c1796

age author description
Fri, 26 Apr 2013 20:04:17 +0200 Artem Tikhomirov Minimize vectors re-allocating when merging patches
Thu, 25 Apr 2013 16:08:17 +0200 Artem Tikhomirov Conditionally enable effective patch merge alternative for revlog reading
Wed, 24 Apr 2013 15:39:53 +0200 Artem Tikhomirov Effective revlog patching
Mon, 04 Feb 2013 18:00:55 +0100 Artem Tikhomirov Commit: refactor revision creation code from clone command to work separately, fit into existing library structure
Wed, 30 Jan 2013 15:48:36 +0100 Artem Tikhomirov Generate patches using diff algorithm
Wed, 23 Jan 2013 19:14:15 +0100 Artem Tikhomirov Introduce explicit reference to base patch in bundle's group element, use it when cloning to fix defect when few revisions list null,null parents
Wed, 23 Jan 2013 17:46:12 +0100 Artem Tikhomirov Towards commit command: refactor clone, extract pieces to reuse. Describe a defect discovered when bundle has few patches with 0,0 parents
Thu, 22 Mar 2012 22:56:01 +0100 Artem Tikhomirov Respect long offsets in revlogs
Thu, 22 Mar 2012 21:36:41 +0100 Artem Tikhomirov Clean javadoc to fix obvious warnings
Tue, 25 Oct 2011 03:30:02 +0200 Artem Tikhomirov Patch merging algorithm complete trial
Thu, 13 Oct 2011 03:30:50 +0200 Artem Tikhomirov Refactor revlog patch mechanism, towards patch merging