From 748a54652f83dd137320d2d6119212eb17ead053 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 22 May 2011 18:57:47 +0100 Subject: [PATCH] controller: use Git by default. accidentally left it on Hg --- SparkleShare/SparkleController.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index f44896f3..6db7f325 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -981,8 +981,7 @@ namespace SparkleShare { string canonical_name = Path.GetFileNameWithoutExtension (name); string tmp_folder = Path.Combine (SparklePaths.SparkleTmpPath, canonical_name); - // TODO: backend detection - SparkleFetcherBase fetcher = new SparkleFetcherHg (url, tmp_folder); + SparkleFetcherBase fetcher = new SparkleFetcherGit (url, tmp_folder); bool folder_exists = Directory.Exists (Path.Combine (SparklePaths.SparklePath, canonical_name)); // Add a numbered suffix to the nameif a folder with the same name