Mercurial > jhg
diff cmdline/org/tmatesoft/hg/console/Remote.java @ 295:981f9f50bb6c
Issue 11: Error log facility. SessionContext to share common facilities
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Fri, 16 Sep 2011 05:35:32 +0200 |
parents | da426c2fe1ec |
children | e31e85cf4d4c |
line wrap: on
line diff
--- a/cmdline/org/tmatesoft/hg/console/Remote.java Wed Sep 14 04:41:57 2011 +0200 +++ b/cmdline/org/tmatesoft/hg/console/Remote.java Fri Sep 16 05:35:32 2011 +0200 @@ -36,7 +36,6 @@ import javax.net.ssl.X509TrustManager; import org.tmatesoft.hg.internal.ConfigFile; -import org.tmatesoft.hg.internal.Internals; /** * WORK IN PROGRESS, DO NOT USE @@ -91,7 +90,7 @@ empty result */ public static void main(String[] args) throws Exception { - ConfigFile cfg = new Internals().newConfigFile(); + ConfigFile cfg = new ConfigFile(); cfg.addLocation(new File(System.getProperty("user.home"), ".hgrc")); String svnkitServer = cfg.getSection("paths").get("svnkit"); // URL url = new URL(svnkitServer + "?cmd=branches&nodes=30bd389788464287cee22ccff54c330a4b715de5");