log src/org/tmatesoft/hg/core/HgStatusCommand.java @ 367:2fadf8695f8a

age author description
Fri, 16 Dec 2011 15:37:27 +0100 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
Thu, 08 Dec 2011 22:19:27 +0100 Artem Tikhomirov Report non-critical errors during status operation to handler/inspector
Tue, 29 Nov 2011 03:46:17 +0100 Artem Tikhomirov Allow FileIterator report any errors from the underlaying file system up to the client
Thu, 25 Aug 2011 21:35:03 +0200 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
Tue, 31 May 2011 05:23:07 +0200 Artem Tikhomirov Scope for status reworked: explicit files or a general matcher
Tue, 17 May 2011 00:56:54 +0200 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
Thu, 10 Mar 2011 04:46:34 +0100 Artem Tikhomirov Record knowledge copies are not only attribute of Added files