log cmdline/org/tmatesoft/hg/console/Status.java @ 576:3c4db86e8c1f

age author description
Mon, 18 Jun 2012 16:54:00 +0200 Artem Tikhomirov Refactor LogFacility and SessionContext, better API for both
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 17:14:35 +0200 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
Thu, 08 Dec 2011 22:19:27 +0100 Artem Tikhomirov Report non-critical errors during status operation to handler/inspector
Sat, 17 Sep 2011 13:26:52 +0200 Artem Tikhomirov Recognize flag options (options with no arguments) in command line sample apps
Wed, 31 Aug 2011 23:22:18 +0200 Artem Tikhomirov Use EnumMap when keys are from enumeration
Wed, 09 Mar 2011 05:22:17 +0100 Artem Tikhomirov Merged branch wrap-data-access into default for resource-friendly data access. Updated API to promote that friendliness to clients (channels, not byte[]). More exceptions