log src/org/tmatesoft/hg/core/HgCommitCommand.java @ 648:690e71d29bf6

age author description
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-21 Artem Tikhomirov @since, TODOs. Tests: add 1 sec to deal with fs timestamp granularity on linux v1.1rc1
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-04-30 Artem Tikhomirov CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream)
2013-04-26 Artem Tikhomirov HgCommitCommand initial support