summaryrefslogtreecommitdiff
path: root/Remote/External.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2019-02-20 15:55:01 -0400
committerJoey Hess <joeyh@joeyh.name>2019-02-20 16:59:04 -0400
commitccc0684d2183a1643be426cc027b4bd80a88606e (patch)
tree60cdac7654ea848568a3557553a0bf4e0af19010 /Remote/External.hs
parente8bfc3640b30e395a694d0125b874a2cce109345 (diff)
no remotes support import yet
Diffstat (limited to 'Remote/External.hs')
-rw-r--r--Remote/External.hs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Remote/External.hs b/Remote/External.hs
index a5a89fa723..4b29851dd3 100644
--- a/Remote/External.hs
+++ b/Remote/External.hs
@@ -19,7 +19,7 @@ import Config
import Git.Config (isTrue, boolConfig)
import Git.Env
import Remote.Helper.Special
-import Remote.Helper.Export
+import Remote.Helper.ExportImport
import Annex.Export
import Remote.Helper.ReadOnly
import Remote.Helper.Messages
@@ -48,6 +48,7 @@ remote = RemoteType
, generate = gen
, setup = externalSetup
, exportSupported = checkExportSupported
+ , importSupported = importUnsupported
}
gen :: Git.Repo -> UUID -> RemoteConfig -> RemoteGitConfig -> Annex (Maybe Remote)
@@ -119,6 +120,7 @@ gen r u c gc
, checkPresent = checkPresentDummy
, checkPresentCheap = False
, exportActions = exportactions
+ , importActions = importUnsupported
, whereisKey = towhereis
, remoteFsck = Nothing
, repairRepo = Nothing