log cmdline/org/tmatesoft/hg/console/Status.java @ 707:42b88709e41d

age author description
Sat, 27 Jul 2013 20:15:37 +0200 Artem Tikhomirov Defect: copies are not reported with default settings (not even as added!). Parameter needCopies removed as there seems to be no reason to condition copies for hi-level api (HgStatus.isCopy() is way down the road)
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