projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90c502e
)
does not support export or import
author
Joey Hess
<joeyh@joeyh.name>
Fri, 11 Apr 2025 16:42:49 +0000
(12:42 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Fri, 11 Apr 2025 16:42:49 +0000
(12:42 -0400)
Remote/Mask.hs
patch
|
blob
|
history
diff --git
a/Remote/Mask.hs
b/Remote/Mask.hs
index c1c9597bffcb4036a3b0b6d13289539bc71b46c5..f21a8513d5c20e1afa6ee235bef3f53de6881617 100644
(file)
--- a/
Remote/Mask.hs
+++ b/
Remote/Mask.hs
@@
-39,8
+39,8
@@
remote = specialRemoteType $ RemoteType
(FieldDesc "remote to mask")
]
, setup = maskSetup
- , exportSupported = export
IsS
upported
- , importSupported = import
IsS
upported
+ , exportSupported = export
Uns
upported
+ , importSupported = import
Uns
upported
, thirdPartyPopulated = False
}