log src/org/tmatesoft/hg/internal/RevlogStreamWriter.java @ 686:f1f095e42555

age author description
2013-07-12 Artem Tikhomirov Refactor HgBundle.GroupElement (clear experimental mark), resolve few technical debt issues
2013-07-10 Artem Tikhomirov Utilize transaction when writing fncache. Better HgIOException
2013-07-10 Artem Tikhomirov Pull: phase2 - update phases from remote, fncache with added files. Tests
2013-07-09 Artem Tikhomirov Pull: phase1 get remote changes and add local revisions
2013-06-20 Artem Tikhomirov Push: phase2 - upload bundle with changes to remote server
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-16 Artem Tikhomirov Refactor approach how content finds it way down to a commit revision
2013-05-15 Artem Tikhomirov Rollback support for commands that modify repository. Strategy to keep complete copy of a file being changed
2013-05-07 Artem Tikhomirov Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
2013-04-30 Artem Tikhomirov CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream)
2013-02-15 Artem Tikhomirov Refactor PatchGenerator to be generic and welcome sequence of any nature
2013-02-13 Artem Tikhomirov Commit: handle empty repository case
2013-02-05 Artem Tikhomirov Commit: first working version
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