Mercurial > jhg
log src/org/tmatesoft/hg/repo/HgRemoteRepository.java @ 698:822f3a83ff57
age | author | description |
---|---|---|
Tue, 06 Aug 2013 21:18:33 +0200 | Artem Tikhomirov | in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation |
Tue, 06 Aug 2013 13:34:34 +0200 | Artem Tikhomirov | Respect the fact ssh and http protocols use different compression approach to sent changegroup data |
Sat, 27 Jul 2013 18:34:14 +0200 | Artem Tikhomirov | Towards ssh remote repositories: refactor HgRemoteRepository - move http related code to HttpConnector |
Thu, 25 Jul 2013 21:32:09 +0200 | Artem Tikhomirov | Towards ssh remote repositories: use ganymed library for ssh transport |
Fri, 12 Jul 2013 20:14:24 +0200 | Artem Tikhomirov | Refactor HgBundle.GroupElement (clear experimental mark), resolve few technical debt issues |
Tue, 02 Jul 2013 23:21:16 +0200 | Artem Tikhomirov | Push: tests. Commit respects phases.new-commit setting. Fix outgoing when changes are not children of common (Issue 47) |