log src/org/tmatesoft/hg/core/HgManifestCommand.java @ 476:c02b5710d9ac

age author description
2012-07-11 Artem Tikhomirov Clean experimental marks and deprecation code. Update version number to release v1.0.0
2012-06-18 Artem Tikhomirov Get rid of ambiguity in method name
2012-05-15 Artem Tikhomirov Few comments that emerged while working on examples
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-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-12-16 Artem Tikhomirov Update Javadoc with 'revision index'
2011-12-16 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
2011-12-16 Artem Tikhomirov Use exceptions to expose errors reading mercurial data
2011-09-03 Artem Tikhomirov Use Path instead of plain String for manifest file names
2011-08-12 Artem Tikhomirov Deprecated HgLogCommand.FileRevision gone, top-level HgFileRevision is bright and shiny replacement
2011-06-01 Artem Tikhomirov Introduced access to conflict resolution information (merge state)
2011-05-19 Artem Tikhomirov Due to discrepancy in manifest and changelor indexes, wrong manifest revisions got cached and compared
2011-05-16 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
2011-02-23 Artem Tikhomirov Exceptions, javadoc. Initial cancel and progress support
2011-02-17 Artem Tikhomirov Command line tools parse and respect most of command-line arguments
2011-02-17 Artem Tikhomirov More reasonable use of path normalizer and path.source
2011-02-16 Artem Tikhomirov core.Path to util.Path as it's not Hg repo dependant
2011-02-16 Artem Tikhomirov Fix reference to class name in the comment
2011-02-16 Artem Tikhomirov Renamed .core classes to start with Hg prefix base src/org/tmatesoft/hg/core/RepositoryTreeWalker.java@cc2ecb5a0390