log src/org/tmatesoft/hg/repo/HgMergeState.java @ 286:954763c82cc3

age author description
2011-09-03 Artem Tikhomirov Use Path instead of plain String for manifest file names
2011-09-03 Artem Tikhomirov HgDirstate shall operate with Path instead of String for file names. Use of Pair instead of array of unspecified length for parents.
2011-08-24 Artem Tikhomirov Avoid IAE:nullid when looking into stale merge/state file
2011-08-12 Artem Tikhomirov Deprecated HgLogCommand.FileRevision gone, top-level HgFileRevision is bright and shiny replacement
2011-08-12 Artem Tikhomirov Issue 8: Means to find out information about given file at specific changeset. Inner ManifestRevisionInspector got promoted to ManifestRevision
2011-06-01 Artem Tikhomirov Introduced access to conflict resolution information (merge state)