catch whereisKey exception and provide error messages when external programs neglect to
authorJoey Hess <joeyh@joeyh.name>
Thu, 27 Feb 2020 18:09:18 +0000 (14:09 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 27 Feb 2020 18:09:18 +0000 (14:09 -0400)
commit2366e7fb84587150be952eba73976515238cb8dc
tree12c1a644529320104d4a7a32b64e8980cf6292d4
parentbb20c16cf0bd87032576b0f8642878d9fccf1ff2
catch whereisKey exception and provide error messages when external programs neglect to

* whereis: If a remote fails to report on urls where a key
  is located, display a warning, rather than giving up and not displaying
  any information.
* When external special remotes fail but neglect to provide an error
  message, say what request failed, which is better than displaying an
  empty error message to the user.
CHANGELOG
Command/Whereis.hs
Remote/External.hs