Mercurial > hg4j
log src/org/tmatesoft/hg/core/HgChangesetTreeHandler.java @ 427:31a89587eb04
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 |
Mon, 05 Mar 2012 14:50:51 +0100 | Artem Tikhomirov | FIXMEs: work on exceptions and javadoc |
Mon, 13 Feb 2012 12:47:24 +0100 | Artem Tikhomirov | Few comments |
Thu, 22 Dec 2011 02:37:10 +0300 | Artem Tikhomirov | Let callback implementations deliver errors (e,g. own exceptions) to client code |
Fri, 16 Dec 2011 04:43:18 +0100 | Artem Tikhomirov | Use exceptions to expose errors reading mercurial data |
Wed, 05 Oct 2011 07:13:57 +0200 | Artem Tikhomirov | Move file tree history to upper API level |