log src/org/tmatesoft/hg/core/HgLogCommand.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
Thu, 02 May 2013 19:23:53 +0200 Artem Tikhomirov HgBlameFacility refactoring: extract code to build file history that spans renames
Thu, 11 Apr 2013 16:27:06 +0200 Artem Tikhomirov Let session context control creation of Path instances
Tue, 09 Apr 2013 17:15:30 +0200 Artem Tikhomirov Refactor common code to initialize changelog revision for a command into standalone class
Mon, 25 Feb 2013 19:48:20 +0100 Artem Tikhomirov Commit: tests and fixes for defects discovered
Thu, 17 Jan 2013 19:23:52 +0100 Artem Tikhomirov Report rename when walking file history regardless of followRenames parameter, solely based on HgFileRenameHandlerMixin presence
Tue, 15 Jan 2013 17:07:19 +0100 Artem Tikhomirov Initial support for Revert command with accompanying minor refactoring