git-annex/CmdLine
Joey Hess c784ef4586 unify exception handling into Utility.Exception
Removed old extensible-exceptions, only needed for very old ghc.

Made webdav use Utility.Exception, to work after some changes in DAV's
exception handling.

Removed Annex.Exception. Mostly this was trivial, but note that
tryAnnex is replaced with tryNonAsync and catchAnnex replaced with
catchNonAsync. In theory that could be a behavior change, since the former
caught all exceptions, and the latter don't catch async exceptions.

However, in practice, nothing in the Annex monad uses async exceptions.
Grepping for throwTo and killThread only find stuff in the assistant,
which does not seem related.

Command.Add.undo is changed to accept a SomeException, and things
that use it for rollback now catch non-async exceptions, rather than
only IOExceptions.
2014-08-07 22:03:29 -04:00
..
GitAnnex limiting files based on metadata 2014-02-13 02:24:30 -04:00
GitAnnexShell
Action.hs unify exception handling into Utility.Exception 2014-08-07 22:03:29 -04:00
GitAnnex.hs testremote: New command to test uploads/downloads to a remote. 2014-08-01 15:10:01 -04:00
GitAnnexShell.hs git-annex-shell: Added notifychanges command. 2014-04-05 16:10:39 -04:00
Option.hs add desktop notifications 2014-03-22 14:12:19 -04:00
Seek.hs findref: New command, like find but shows files in a specified git ref. 2014-04-17 18:41:24 -04:00
Usage.hs findref: New command, like find but shows files in a specified git ref. 2014-04-17 18:41:24 -04:00