log src/org/tmatesoft/hg/repo/HgDataFile.java @ 649:e79cf9a8130b

age author description
2013-06-11 Artem Tikhomirov Deprecated code removed
2013-05-30 Artem Tikhomirov Progress/cancel for HgDiffCommand. Renamed execute method v1.1rc2
2013-05-22 Artem Tikhomirov Diff/blame methods as command, their residence in HgDataFile was a mistake
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-21 Artem Tikhomirov Refactor internals of blame support, tests
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