log

age author description
2013-10-11 Artem Tikhomirov Keyword filtering that doesn't depend on input buffer size and the way input lines got split between filter() calls. KewordFilter got state to keep processed suspicious ...$ lines
2013-10-06 Artem Tikhomirov KeywordFilter: 'IllegalStateException: need buffer of at least...' during status op for a small file
2013-08-21 Artem Tikhomirov Report merged lines as changed block if possible, not as a sequence of added/deleted blocks. To facilitate access to merge parent lines AddBlock got mergeLineAt() method that reports index of the line in the second parent (if any), while insertedAt() has been changed to report index in the first parent always
2013-08-20 Artem Tikhomirov Merge: tests for resolver and complex scenario. Enable commit for merged revisions. Reuse file revisions if nothing changed
2013-08-16 Artem Tikhomirov Merge: support 'unresolved' resolution with MergeStateBuilder
2013-08-16 Artem Tikhomirov Merge: tests for mediator notifications
2013-08-15 Artem Tikhomirov Merge command: implement conflict resolution alternatives
2013-08-14 Artem Tikhomirov Merge command introduced
2013-08-14 Artem Tikhomirov Refactor: move diff/blame related code to a separate package
2013-08-08 Artem Tikhomirov Reference ssh-dependant class by the fq name to avoid runtime dependency from the ssh library
2013-08-08 Artem Tikhomirov Added tag v1.2m2 for changeset 6e7786086f77
2013-08-08 Artem Tikhomirov Update gradle build to respect new dependency from trilead v1.2m2
2013-08-08 Artem Tikhomirov Provisional APIs and respective implementation for http, https and ssh remote repositories
2013-08-06 Artem Tikhomirov in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation