log src/org/tmatesoft/hg/core/ChangesetTransformer.java @ 628:6526d8adbc0f

age author description
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Fri, 21 Dec 2012 21:20:26 +0100 Artem Tikhomirov Experimental support for inverse direction history walking. Refactored/streamlined cancellation in HgLogCommand and down the stack
Fri, 30 Mar 2012 16:22:51 +0200 Artem Tikhomirov Revlog.ParentWalker helper class got promoted as TLC, renamed to HgParentChildMap
Thu, 29 Mar 2012 20:54:04 +0200 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
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
Thu, 22 Mar 2012 21:02:20 +0100 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
Mon, 05 Mar 2012 14:50:51 +0100 Artem Tikhomirov FIXMEs: work on exceptions and javadoc
Fri, 16 Dec 2011 15:37:27 +0100 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
Fri, 09 Dec 2011 02:09:22 +0100 Artem Tikhomirov Expose errors dealign with Mercurial internals with Exceptions
Wed, 05 Oct 2011 07:13:57 +0200 Artem Tikhomirov Move file tree history to upper API level
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
Fri, 15 Apr 2011 05:17:44 +0200 Artem Tikhomirov Optimization: use ParentWalker to get changeset's parents, if possible. Do not keep duplicating nodeids and strings in manifest revisions
Fri, 15 Apr 2011 03:28:12 +0200 Artem Tikhomirov Use common low to hi-level changeset api transformer
Fri, 15 Apr 2011 03:17:03 +0200 Artem Tikhomirov Incoming and Outgoing commands are alive