graph
- Merge: support 'unresolved' resolution with MergeStateBuilder2013-08-16, by Artem Tikhomirov
- Merge: tests for mediator notifications2013-08-16, by Artem Tikhomirov
- Merge command: implement conflict resolution alternatives2013-08-15, by Artem Tikhomirov
- Merge command introduced2013-08-14, by Artem Tikhomirov
- Refactor: move diff/blame related code to a separate package2013-08-14, by Artem Tikhomirov
- Reference ssh-dependant class by the fq name to avoid runtime dependency from the ssh library2013-08-08, by Artem Tikhomirov
- Added tag v1.2m2 for changeset 6e7786086f772013-08-08, by Artem Tikhomirov
- Update gradle build to respect new dependency from trileadv1.2m2 2013-08-08, by Artem Tikhomirov
- Provisional APIs and respective implementation for http, https and ssh remote repositories2013-08-08, by Artem Tikhomirov
- in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation2013-08-06, by Artem Tikhomirov
- Respect the fact ssh and http protocols use different compression approach to sent changegroup data2013-08-06, by Artem Tikhomirov
- Replaced ganymed ssh2 library with trilead2013-08-05, by Artem Tikhomirov
- Refactoring: nice Revlog.indexWalk() implementation2013-08-05, by 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, by 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 chain2013-08-05, by Artem Tikhomirov