log src/org/tmatesoft/hg/core/HgStatusCommand.java @ 582:90df078d6418

age author description
Mon, 22 Apr 2013 19:17:29 +0200 Artem Tikhomirov Delegate cancel to original support, do not implement CancelSupport ourselves
Tue, 15 Jan 2013 17:07:19 +0100 Artem Tikhomirov Initial support for Revert command with accompanying minor refactoring
Mon, 18 Jun 2012 17:06:42 +0200 Artem Tikhomirov Get rid of ambiguity in method name
Wed, 13 Jun 2012 21:07:39 +0200 Artem Tikhomirov oth.util.Status renamed to Outcome as the noun is too overloaded, especially in scm
Thu, 29 Mar 2012 18:29:03 +0200 Artem Tikhomirov FIXMEs: javadoc, proper use of constants
Thu, 29 Mar 2012 17:14:35 +0200 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
Wed, 28 Mar 2012 15:42:15 +0200 Artem Tikhomirov Deprecated code removed