log src/org/tmatesoft/hg/core/HgAnnotateCommand.java @ 629:5f52074707b2

age author description
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