aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/extensible_addurl.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2014-12-08 13:57:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2014-12-08 13:57:13 -0400
commit28764ce2dc29d1d93989b4061b5b12bac10902de (patch)
tree3b052b0785d387a86dfd9a14d8fd885f2d78d809 /doc/todo/extensible_addurl.mdwn
parent335024d92294bd9504e9e9cd42ec0a4addfc4d69 (diff)
implement CLAIMURL for external special remote
Diffstat (limited to 'doc/todo/extensible_addurl.mdwn')
-rw-r--r--doc/todo/extensible_addurl.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/extensible_addurl.mdwn b/doc/todo/extensible_addurl.mdwn
index 0db4085d1..e9a8d070a 100644
--- a/doc/todo/extensible_addurl.mdwn
+++ b/doc/todo/extensible_addurl.mdwn
@@ -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