log src/org/tmatesoft/hg/internal/ManifestRevision.java @ 481:a458f9fb00ce

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-28 Artem Tikhomirov Deprecated code removed
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
2011-09-03 Artem Tikhomirov Use Path instead of plain String for manifest file names
2011-08-12 Artem Tikhomirov Issue 8: Means to find out information about given file at specific changeset. Inner ManifestRevisionInspector got promoted to ManifestRevision