implement CLAIMURL for external special remote
This commit is contained in:
parent
cb6e16947d
commit
ee27298b91
5 changed files with 29 additions and 5 deletions
|
@ -22,7 +22,7 @@ both available from CERN and from a torrent, for example.
|
|||
|
||||
Solution: Add a new method to remotes:
|
||||
|
||||
claimUrl :: Maybe (URLString -> IO Bool)
|
||||
claimUrl :: Maybe (URLString -> Annex Bool)
|
||||
|
||||
Remotes that implement this method (including special remotes) will
|
||||
be queried when such an uri is added, to see which claims it. Once the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue