log src/org/tmatesoft/hg/internal/FileAnnotation.java @ 674:cce0387c6041

age author description
2013-07-17 Artem Tikhomirov Introduced dedicated IntSliceSeq/IntTuple in place of IntArray with subsequences
2013-05-23 Artem Tikhomirov HgDiffCommand. Do not use deprecated code. Javadoc
2013-05-22 Artem Tikhomirov Diff/blame methods as command, their residence in HgDataFile was a mistake
2013-05-22 Artem Tikhomirov Explicit HgRuntimeException to facilitate easy switch from runtime to checked exceptions
2013-05-06 Artem Tikhomirov Refactor HgBlameFacility: relevant action methods moved to proper home (HgDataFile), as facility doesn't provide anything but packaging of relevant methods/interfaces
2013-04-10 Artem Tikhomirov Blame facility refactored, get ready for follow/no-follow support
2013-02-28 Artem Tikhomirov Allow HgBlameFacility.Inspector (former BlockInspector) to throw an exception
2013-02-26 Artem Tikhomirov Exception when no blocks from merged revision were reported and merge parent was not recorded for future use
2013-02-25 Artem Tikhomirov Annotate: refactor/reuse range handling code
2013-02-23 Artem Tikhomirov Annotate: Line annotation needs true line position from merged blocks; test-annotate repo updated to show elements from both parents in the merged revision
2013-02-22 Artem Tikhomirov AnnotateFacility renamed to HgBlameFacility and exposed, API shapes out and got some javadoc
2013-02-22 Artem Tikhomirov Annotate: RevisionDescriptor provides extra knowledge about inspected/annotated revision
2013-02-21 Artem Tikhomirov Access to content of annotated files through BlockData interface
2013-02-18 Artem Tikhomirov Line-by-line annotation API and support code in place base test/org/tmatesoft/hg/test/FileAnnotation.java@213c046c21c0