implement CLAIMURL for external special remote
This commit is contained in:
parent
cb6e16947d
commit
ee27298b91
5 changed files with 29 additions and 5 deletions
|
@ -103,7 +103,7 @@ data RemoteA a = Remote {
|
|||
-- Information about the remote, for git annex info to display.
|
||||
getInfo :: a [(String, String)],
|
||||
-- Some remotes can download from an url (or uri).
|
||||
claimUrl :: Maybe (URLString -> IO Bool)
|
||||
claimUrl :: Maybe (URLString -> a Bool)
|
||||
}
|
||||
|
||||
instance Show (RemoteA a) where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue