log

age author description
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
2013-08-06 Artem Tikhomirov Respect the fact ssh and http protocols use different compression approach to sent changegroup data
2013-08-05 Artem Tikhomirov Replaced ganymed ssh2 library with trilead
2013-08-05 Artem Tikhomirov Refactoring: nice Revlog.indexWalk() implementation
2013-08-05 Artem Tikhomirov Speed up (a) file rename history to minimize file reads; (b) file.isCopy(int) to read metadata for few revisions at once (use pattern assumes earlier revisions are likely to be queried, too); (c) HgIgnore.isIgnored by caching matched initial fragments (to substitute more expensive Matcher.matches with cheaper HashMap.contains)
2013-08-05 Artem Tikhomirov Fix file.isCopy() use for Log/History command. File revisions originating from another file list no parents even in the middle of revision chain