diff test/org/tmatesoft/hg/test/TestIncoming.java @ 698:822f3a83ff57

in, out and clone tests pass for ssh repositories. Infrastructure to decouple HgRemoteRepository from specific Connector implementation
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Tue, 06 Aug 2013 21:18:33 +0200
parents 629a7370554c
children
line wrap: on
line diff
--- a/test/org/tmatesoft/hg/test/TestIncoming.java	Tue Aug 06 13:34:34 2013 +0200
+++ b/test/org/tmatesoft/hg/test/TestIncoming.java	Tue Aug 06 21:18:33 2013 +0200
@@ -52,6 +52,8 @@
 	}
 
 	public TestIncoming() {
+//		Configuration.get().remoteServers("http://hg.serpentine.com/tutorial/hello/");
+//		Configuration.get().remoteServers("ssh://localhost/hg/hgtest-annotate-merge/");
 //		Configuration.get().remoteServers("http://localhost:8000/");
 	}