log src/org/tmatesoft/hg/internal/Patch.java @ 601:8143c1f77d45

age author description
2013-04-26 Artem Tikhomirov Minimize vectors re-allocating when merging patches
2013-04-25 Artem Tikhomirov Conditionally enable effective patch merge alternative for revlog reading
2013-04-24 Artem Tikhomirov Effective revlog patching
2013-02-04 Artem Tikhomirov Commit: refactor revision creation code from clone command to work separately, fit into existing library structure
2013-01-30 Artem Tikhomirov Generate patches using diff algorithm
2013-01-23 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
2013-01-23 Artem Tikhomirov Towards commit command: refactor clone, extract pieces to reuse. Describe a defect discovered when bundle has few patches with 0,0 parents
2012-03-22 Artem Tikhomirov Respect long offsets in revlogs
2012-03-22 Artem Tikhomirov Clean javadoc to fix obvious warnings
2011-10-25 Artem Tikhomirov Patch merging algorithm complete trial
2011-10-13 Artem Tikhomirov Refactor revlog patch mechanism, towards patch merging