split out Types.Import and some changes to the types in it
This commit is contained in:
parent
936aee6a60
commit
fd304dce60
6 changed files with 50 additions and 24 deletions
|
@ -52,7 +52,7 @@ instance HasImportUnsupported (RemoteConfig -> RemoteGitConfig -> Annex Bool) wh
|
|||
|
||||
instance HasImportUnsupported (ImportActions Annex) where
|
||||
importUnsupported = ImportActions
|
||||
{ listContents = return Nothing
|
||||
{ listImportableContents = return Nothing
|
||||
, retrieveExportWithContentIdentifier = \_ _ _ _ -> return Nothing
|
||||
, storeExportWithContentIdentifier = \_ _ _ _ _ -> return Nothing
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue