log src/org/tmatesoft/hg/core/ChangesetTransformer.java @ 440:299870249a28

age author description
2012-03-30 Artem Tikhomirov Revlog.ParentWalker helper class got promoted as TLC, renamed to HgParentChildMap
2012-03-29 Artem Tikhomirov FIXMEs: awkward API refactored, what need to be internal got hidden; public aspects got captured in slim interfaces
2012-03-29 Artem Tikhomirov FIXMEs: consistent names, throws for commands and their handlers. Use of checked exceptions in hi-level api
2012-03-23 Artem Tikhomirov Major refactoring of exception handling. Low-level API uses RuntimeExceptions, while checked are left for higher level
2012-03-22 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
2012-03-05 Artem Tikhomirov FIXMEs: work on exceptions and javadoc
2011-12-16 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
2011-12-09 Artem Tikhomirov Expose errors dealign with Mercurial internals with Exceptions
2011-10-05 Artem Tikhomirov Move file tree history to upper API level
2011-05-16 Artem Tikhomirov Issue 5: Facilities for progress and cancellation. More specific exceptions. Exceptions from callbacks as RuntimeException
2011-04-28 Artem Tikhomirov HgLogCommand.Handler is used in few places, pull up to top-level class, HgChangesetHandler
2011-04-15 Artem Tikhomirov Optimization: use ParentWalker to get changeset's parents, if possible. Do not keep duplicating nodeids and strings in manifest revisions
2011-04-15 Artem Tikhomirov Use common low to hi-level changeset api transformer
2011-04-15 Artem Tikhomirov Incoming and Outgoing commands are alive