log src/org/tmatesoft/hg/internal/CommitFacility.java @ 710:cf200271439a

age author description
2013-08-20 Artem Tikhomirov Merge: tests for resolver and complex scenario. Enable commit for merged revisions. Reuse file revisions if nothing changed
2013-08-15 Artem Tikhomirov Merge command: implement conflict resolution alternatives
2013-07-11 Artem Tikhomirov Refactoring: move all encoding/decoding operations into single place, EncodingHelper
2013-07-10 Artem Tikhomirov Utilize transaction when writing fncache. Better HgIOException
2013-07-09 Artem Tikhomirov Pull: phase1 get remote changes and add local revisions
2013-07-03 Artem Tikhomirov 1) Console push tool. 2) Pass class to blame into FileUtils
2013-07-02 Artem Tikhomirov Push: tests. Commit respects phases.new-commit setting. Fix outgoing when changes are not children of common (Issue 47)
2013-06-06 Artem Tikhomirov HgCommitCommand: save last commit message
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-20 Artem Tikhomirov Update to comply with Java 1.5 target
2013-05-18 Artem Tikhomirov RevlogStream: be aware of existence (not HgDataFile), facilitate use of an added HgDataFile over a commit; Rollback: be more sensitive about file changes (file size is not enough: write/rollback leaves it intact); tests
2013-05-17 Artem Tikhomirov Close FIS, not FileChannel, to clear both references to FileDescriptor right away
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-14 Artem Tikhomirov encode directories as demanded by fncache format
2013-05-10 Artem Tikhomirov Remove few Experimental annotations as the API they've marked graduates v1.1m4
2013-05-10 Artem Tikhomirov Test tags, branches and hgingore information get refreshed on external (and/or internal) change
2013-05-09 Artem Tikhomirov Refresh tags, branches, bookmarks and ignore when their files (or csets in the repo) are changed
2013-05-07 Artem Tikhomirov Refresh revlogs if a change to a file has been detected; do not force reload of the whole repository
2013-05-06 Artem Tikhomirov Commit: update active bookmark with new revision
2013-04-30 Artem Tikhomirov CommitFacility as internal class; refactored infrastructure around internals (access to RevlogStream) base src/org/tmatesoft/hg/repo/CommitFacility.java@c894edf20a41