log src/org/tmatesoft/hg/core/HgStatusCommand.java @ 643:a8ce405da1f5

age author description
2013-04-22 Artem Tikhomirov Delegate cancel to original support, do not implement CancelSupport ourselves
2013-01-15 Artem Tikhomirov Initial support for Revert command with accompanying minor refactoring
2012-06-18 Artem Tikhomirov Get rid of ambiguity in method name
2012-06-13 Artem Tikhomirov oth.util.Status renamed to Outcome as the noun is too overloaded, especially in scm
2012-03-29 Artem Tikhomirov FIXMEs: javadoc, proper use of constants
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 Clean javadoc to fix obvious warnings
2012-03-22 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
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-08 Artem Tikhomirov Report non-critical errors during status operation to handler/inspector
2011-11-29 Artem Tikhomirov Allow FileIterator report any errors from the underlaying file system up to the client
2011-08-25 Artem Tikhomirov Issue 10: Report file content length with respect of metadata. Respect dirstate parents for WC's status. Exceptions to keep useful attributes of the location
2011-05-31 Artem Tikhomirov Scope for status reworked: explicit files or a general matcher
2011-05-16 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
2011-03-10 Artem Tikhomirov Record knowledge copies are not only attribute of Added files
2011-02-24 Alexander Kitaev Unused variables removed.
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-16 Artem Tikhomirov core.Path to util.Path as it's not Hg repo dependant
2011-02-16 Artem Tikhomirov Renamed .core classes to start with Hg prefix base src/org/tmatesoft/hg/core/StatusCommand.java@efe12a81486c