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

age author description
Wed, 14 Aug 2013 14:51:51 +0200 Artem Tikhomirov Refactor: move diff/blame related code to a separate package
Thu, 25 Jul 2013 22:12:14 +0200 Artem Tikhomirov Annotated file is not always changed in the latest changeset, need to find out last changest it was changed at (iow, diffed to with BlameHelper)
Sun, 21 Jul 2013 17:15:34 +0200 Artem Tikhomirov Blame: alternative strategy to handle merge revisions: map(diff(p1->base->p2)) to understand merge intentions better
Thu, 18 Jul 2013 18:47:45 +0200 Artem Tikhomirov Report line number at the first appearance, like 'hg annotate -l' does
Thu, 18 Jul 2013 18:03:51 +0200 Artem Tikhomirov Switch to alternative annotate producer (walks from parents to children). Refactor FileAnnotation to match updated annotate approach
Wed, 22 May 2013 16:46:15 +0200 Artem Tikhomirov Diff/blame methods as command, their residence in HgDataFile was a mistake
Wed, 22 May 2013 15:52:31 +0200 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
Tue, 21 May 2013 19:30:12 +0200 Artem Tikhomirov @since, TODOs. Tests: add 1 sec to deal with fs timestamp granularity on linux v1.1rc1
Fri, 10 May 2013 17:31:27 +0200 Artem Tikhomirov Remove few Experimental annotations as the API they've marked graduates v1.1m4
Mon, 06 May 2013 18:29:57 +0200 Artem Tikhomirov Refactor HgBlameFacility: relevant action methods moved to proper home (HgDataFile), as facility doesn't provide anything but packaging of relevant methods/interfaces
Fri, 26 Apr 2013 18:38:41 +0200 Artem Tikhomirov HgCommitCommand initial support
Thu, 25 Apr 2013 16:08:17 +0200 Artem Tikhomirov Conditionally enable effective patch merge alternative for revlog reading
Mon, 22 Apr 2013 19:17:29 +0200 Artem Tikhomirov Delegate cancel to original support, do not implement CancelSupport ourselves
Mon, 22 Apr 2013 16:02:17 +0200 Artem Tikhomirov Progress/cancel support in new commands
Wed, 10 Apr 2013 20:04:54 +0200 Artem Tikhomirov Support for copy/rename follow/no-follow for annotate
Tue, 09 Apr 2013 19:25:34 +0200 Artem Tikhomirov Annotate command with command-line example v1.1m3