Mercurial > jhg
log src/org/tmatesoft/hg/internal/CommitFacility.java @ 649:e79cf9a8130b
age | author | description |
---|---|---|
Thu, 06 Jun 2013 19:39:06 +0200 | Artem Tikhomirov | HgCommitCommand: save last commit message |
Wed, 22 May 2013 15:52:31 +0200 | Artem Tikhomirov | Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions |
Mon, 20 May 2013 16:56:40 +0200 | Artem Tikhomirov | Update to comply with Java 1.5 target |
Sat, 18 May 2013 22:23:57 +0200 | 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 |
Fri, 17 May 2013 22:04:23 +0200 | Artem Tikhomirov | Close FIS, not FileChannel, to clear both references to FileDescriptor right away |
Thu, 16 May 2013 19:46:13 +0200 | Artem Tikhomirov | Refactor approach how content finds it way down to a commit revision |