From: Joey Hess Date: Fri, 11 Apr 2025 16:42:49 +0000 (-0400) Subject: does not support export or import X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~6^2~15 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b81126ca48dc692de436b0a99ac9effaf06ede7e;p=git-annex.git does not support export or import --- diff --git a/Remote/Mask.hs b/Remote/Mask.hs index c1c9597bff..f21a8513d5 100644 --- a/Remote/Mask.hs +++ b/Remote/Mask.hs @@ -39,8 +39,8 @@ remote = specialRemoteType $ RemoteType (FieldDesc "remote to mask") ] , setup = maskSetup - , exportSupported = exportIsSupported - , importSupported = importIsSupported + , exportSupported = exportUnsupported + , importSupported = importUnsupported , thirdPartyPopulated = False }