Mercurial > hg4j
log src/org/tmatesoft/hg/core/HgChangesetHandler.java @ 608:e1b29756f901
age | author | description |
---|---|---|
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 |