log cmdline/org/tmatesoft/hg/console/ChangesetDumpHandler.java @ 713:661e77dc88ba tip

age author description
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2012-10-29 Artem Tikhomirov Respect changesets with no list of changed files, as discovered with Issue 41
2012-07-11 Artem Tikhomirov Merge changes from smartgit3 branch into 1.1 stream
2012-06-05 Artem Tikhomirov Support for phases functionality from Mercurial 2.1 smartgit3
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
2011-12-16 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
2011-09-29 Artem Tikhomirov Dump exception to console
2011-08-25 Artem Tikhomirov Use Nodeid.isNull check instead of NULL.equals
2011-06-01 Artem Tikhomirov Introduced access to conflict resolution information (merge state)
2011-04-29 Artem Tikhomirov Compound HgDate object to provide flexible access to change date/time information
2011-04-28 Artem Tikhomirov Correct index of revisions to be added into a repository
2011-04-28 Artem Tikhomirov Sample command line tools for incoming/outgoing to use commands