log src/org/tmatesoft/hg/core/HgDiffCommand.java @ 709:497e697636fc

age author description
Wed, 21 Aug 2013 16:23:27 +0200 Artem Tikhomirov Report merged lines as changed block if possible, not as a sequence of added/deleted blocks. To facilitate access to merge parent lines AddBlock got mergeLineAt() method that reports index of the line in the second parent (if any), while insertedAt() has been changed to report index in the first parent always
Wed, 14 Aug 2013 14:51:51 +0200 Artem Tikhomirov Refactor: move diff/blame related code to a separate package
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
Thu, 18 Jul 2013 18:02:36 +0200 Artem Tikhomirov Respect default range (0..tip)
Thu, 30 May 2013 16:13:43 +0200 Artem Tikhomirov Progress/cancel for HgDiffCommand. Renamed execute method v1.1rc2
Thu, 23 May 2013 19:44:28 +0200 Artem Tikhomirov HgDiffCommand. Do not use deprecated code. Javadoc
Wed, 22 May 2013 16:46:15 +0200 Artem Tikhomirov Diff/blame methods as command, their residence in HgDataFile was a mistake