log src/org/tmatesoft/hg/internal/KeywordFilter.java @ 418:528b6780a8bd

age author description
Thu, 22 Mar 2012 21:02:20 +0100 Artem Tikhomirov A bit of FIXME cleanup (mostly degraded to TODO post 1.0), comments and javadoc
Fri, 16 Dec 2011 15:37:27 +0100 Artem Tikhomirov Use 'revision index' instead of the vague 'local revision number' concept in the API
Thu, 01 Dec 2011 05:21:40 +0100 Artem Tikhomirov Propagate errors with exceptions up to a end client
Sat, 05 Nov 2011 04:21:18 +0100 Artem Tikhomirov Access to repository configuration
Thu, 24 Feb 2011 22:16:19 +0100 Artem Tikhomirov Changeset => RawChangeset
Wed, 16 Feb 2011 20:59:39 +0100 Artem Tikhomirov core.Path to util.Path as it's not Hg repo dependant
Wed, 16 Feb 2011 20:33:31 +0100 Artem Tikhomirov Correct contact address
Wed, 16 Feb 2011 20:32:29 +0100 Artem Tikhomirov core.Cset renamed to HgChangeset; repo.Changeset moved into HgChangelog
Wed, 16 Feb 2011 20:13:41 +0100 Artem Tikhomirov Introduced ChangelogHelper to look up changesets files were modified in
Fri, 04 Feb 2011 03:37:09 +0100 Artem Tikhomirov Conditionally apply filters to file content
Fri, 04 Feb 2011 03:09:15 +0100 Artem Tikhomirov Index and start of the copy are distinct
Fri, 04 Feb 2011 02:44:32 +0100 Artem Tikhomirov Defects in the filter initialization
Thu, 03 Feb 2011 22:13:55 +0100 Artem Tikhomirov Filters to read and initialize according to configuration files
Wed, 02 Feb 2011 21:19:02 +0100 Artem Tikhomirov Filter implementation for newline translation
Tue, 01 Feb 2011 00:21:08 +0100 Artem Tikhomirov Prototype Filter support with keyword filter as a playground