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
2013-05-07 Artem Tikhomirov Clean, organize and resolve some TODOs and FIXMEs: minor refactorings and comments
2013-05-06 Artem Tikhomirov Refactor HgBlameFacility: relevant action methods moved to proper home (HgDataFile), as facility doesn't provide anything but packaging of relevant methods/interfaces
2013-05-06 Artem Tikhomirov Refactor metadata parsing in HgDataFile, moved to standalone class
2013-05-03 Artem Tikhomirov Utilize RevisionLookup to speed-up getRevisionIndex of both manifest and changelog
2013-04-11 Artem Tikhomirov Let session context control creation of Path instances
2012-10-19 Artem Tikhomirov Do not use exception when only metadata processing is needed. For hg4j repo, status 0:-1 changed from 500 to 60 ms
2012-08-16 Artem Tikhomirov Refactoring: move HgRepository's implementation aspects to Internals (which is now its imlementation counterpart and primary repository class to be used by other parts of the library)