addurl --fast error message improvement
authorJoey Hess <joeyh@joeyh.name>
Mon, 27 Apr 2020 17:48:14 +0000 (13:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 27 Apr 2020 17:48:14 +0000 (13:48 -0400)
commit19b5137227cf42181325f3743b6138963fa93d75
tree0f33828434bec2b08d07c2bcee8cafa85dded1da
parent9b1e4de31ac41e214b9412ff0b68e958c20d659d
addurl --fast error message improvement

addurl: When run with --fast on an url that
annex.security.allowed-ip-addresses prevents accessing, display a more
useful message.

(Also importfeed --fast potentially.)
Annex/Url.hs
CHANGELOG
Command/AddUrl.hs
Command/ImportFeed.hs
Utility/Url.hs