log src/org/tmatesoft/hg/core/HgLogCommand.java @ 250:9ef71bd26db1

age author description
Fri, 12 Aug 2011 18:59:36 +0200 Artem Tikhomirov Deprecated and long-time unused HgLogCommand.Handler gone
Fri, 12 Aug 2011 18:58:16 +0200 Artem Tikhomirov Deprecated HgLogCommand.FileRevision gone, top-level HgFileRevision is bright and shiny replacement
Fri, 10 Jun 2011 04:35:21 +0200 Artem Tikhomirov Allow access to working copy content through HgDataFile. Give access to repository's working dir
Wed, 01 Jun 2011 05:44:25 +0200 Artem Tikhomirov Introduced access to conflict resolution information (merge state)
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