Mercurial > hg4j
log cmdline/org/tmatesoft/hg/console/ChangesetDumpHandler.java @ 438:0d128e09d70f
age | author | description |
---|---|---|
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 |
Fri, 23 Mar 2012 22:51:18 +0100 | Artem Tikhomirov | Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level |
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, 29 Sep 2011 04:37:52 +0200 | Artem Tikhomirov | Dump exception to console |
Thu, 25 Aug 2011 03:57:39 +0200 | Artem Tikhomirov | Use Nodeid.isNull check instead of NULL.equals |
Wed, 01 Jun 2011 05:44:25 +0200 | Artem Tikhomirov | Introduced access to conflict resolution information (merge state) |
Fri, 29 Apr 2011 02:37:52 +0200 | Artem Tikhomirov | Compound HgDate object to provide flexible access to change date/time information |