log src/org/tmatesoft/hg/core/HgChangesetHandler.java @ 653:629a7370554c

age author description
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Mon, 17 Dec 2012 19:06:07 +0100 Artem Tikhomirov Report renames when following file history tree with HgFileRenameHandlerMixin
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
Tue, 27 Sep 2011 05:29:12 +0200 Artem Tikhomirov Facilitate cancellation and progress reporting in changelog and manifest iterations
Tue, 17 May 2011 00:56:54 +0200 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
Thu, 28 Apr 2011 02:00:42 +0200 Artem Tikhomirov HgLogCommand.Handler is used in few places, pull up to top-level class, HgChangesetHandler