log src/org/tmatesoft/hg/core/HgFileRevision.java @ 440:299870249a28

age author description
2012-03-29 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
2012-03-29 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
2012-03-22 Artem Tikhomirov Explicit constant for regular file flags, access to flags for a given file revision
2012-02-23 Artem Tikhomirov Straighten out exceptions thrown when file access failed - three is too much
2011-12-16 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
2011-12-09 Artem Tikhomirov Expose errors dealign with Mercurial internals with Exceptions
2011-12-01 Artem Tikhomirov Propagate errors with exceptions up to a end client
2011-11-22 Artem Tikhomirov Provide access to revision's origins
2011-09-28 Artem Tikhomirov Supply HGFileRevision with copy information when possible, calculate it otherwise
2011-08-12 Artem Tikhomirov Deprecated HgLogCommand.FileRevision gone, top-level HgFileRevision is bright and shiny replacement
2011-06-10 Artem Tikhomirov Allow access to working copy content through HgDataFile. Give access to repository's working dir
2011-06-01 Artem Tikhomirov Introduced access to conflict resolution information (merge state)