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/ --- Assistant/Threads/SanityChecker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant/Threads/SanityChecker.hs') diff --git a/Assistant/Threads/SanityChecker.hs b/Assistant/Threads/SanityChecker.hs index a4f037f5a..62ba8f0d0 100644 --- a/Assistant/Threads/SanityChecker.hs +++ b/Assistant/Threads/SanityChecker.hs @@ -38,7 +38,7 @@ import Git.Repair import Git.Index import Assistant.Unused import Logs.Unused -import Logs.Transfer +import Types.Transfer import Annex.Path import qualified Annex #ifdef WITH_WEBAPP -- cgit v1.2.3