From 508517de485e77196a8d8e33558f4185c50dea96 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Aug 2016 12:37:12 -0400 Subject: get, move, copy, mirror: Added --failed switch which retries failed copies/moves Note that get --from foo --failed will get things that a previous get --from bar tried and failed to get, etc. I considered making --failed only retry transfers from the same remote, but it was easier, and seems more useful, to not have the same remote requirement. Noisy due to some refactoring into Types/ --- Annex/Content.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Annex/Content.hs') diff --git a/Annex/Content.hs b/Annex/Content.hs index 36d9db7e9..b975c8e90 100644 --- a/Annex/Content.hs +++ b/Annex/Content.hs @@ -54,6 +54,7 @@ import qualified Data.Set as S import Annex.Common import Logs.Location +import Types.Transfer import Logs.Transfer import qualified Git import qualified Annex -- cgit v1.2.3