Mercurial > hg4j
comparison src/org/tmatesoft/hg/internal/remote/SshConnector.java @ 696:5b5d199e2eb3
Replaced ganymed ssh2 library with trilead
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 05 Aug 2013 19:03:22 +0200 |
parents | 9859fcea475d |
children | 24f4efedc9d5 |
comparison
equal
deleted
inserted
replaced
695:053bb4397bf9 | 696:5b5d199e2eb3 |
---|---|
37 import org.tmatesoft.hg.core.SessionContext; | 37 import org.tmatesoft.hg.core.SessionContext; |
38 import org.tmatesoft.hg.repo.HgRemoteRepository.Range; | 38 import org.tmatesoft.hg.repo.HgRemoteRepository.Range; |
39 import org.tmatesoft.hg.repo.HgRuntimeException; | 39 import org.tmatesoft.hg.repo.HgRuntimeException; |
40 import org.tmatesoft.hg.util.LogFacility.Severity; | 40 import org.tmatesoft.hg.util.LogFacility.Severity; |
41 | 41 |
42 import ch.ethz.ssh2.Connection; | 42 import com.trilead.ssh2.Connection; |
43 import ch.ethz.ssh2.ConnectionInfo; | 43 import com.trilead.ssh2.ConnectionInfo; |
44 import ch.ethz.ssh2.Session; | 44 import com.trilead.ssh2.Session; |
45 import ch.ethz.ssh2.StreamGobbler; | 45 import com.trilead.ssh2.StreamGobbler; |
46 | 46 |
47 /** | 47 /** |
48 * Remote repository via SSH | 48 * Remote repository via SSH |
49 * | 49 * |
50 * @author Artem Tikhomirov | 50 * @author Artem Tikhomirov |