log src/org/tmatesoft/hg/core/HgLogCommand.java @ 713:661e77dc88ba tip

age author description
Sat, 03 Aug 2013 17:11:33 +0200 Artem Tikhomirov Refactor HgLogCommand to utilize correct file.isCopy(int)
Wed, 24 Jul 2013 16:40:15 +0200 Artem Tikhomirov Update commands to use changeset Nodeid and int in uniform way, clients of core.* classes shall not go back and forth from int to Nodeid
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