log src/org/tmatesoft/hg/core/HgAnnotateCommand.java @ 675:a20121a2bba6

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