From 0929246845330f7f92ba0336947c02dff170954b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 18 Apr 2015 13:07:57 -0400 Subject: comment --- Types/Remote.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Types/Remote.hs') diff --git a/Types/Remote.hs b/Types/Remote.hs index 5df08c775..ad8c0c4a7 100644 --- a/Types/Remote.hs +++ b/Types/Remote.hs @@ -66,7 +66,8 @@ data RemoteA a = Remote { -- (The MeterUpdate does not need to be used if it retrieves -- directly to the file, and not to an intermediate file.) retrieveKeyFile :: Key -> AssociatedFile -> FilePath -> MeterUpdate -> a Bool, - -- retrieves a key's contents to a tmp file, if it can be done cheaply + -- Retrieves a key's contents to a tmp file, if it can be done cheaply. + -- It's ok to create a symlink or hardlink. retrieveKeyFileCheap :: Key -> FilePath -> a Bool, -- removes a key's contents (succeeds if the contents are not present) removeKey :: Key -> a Bool, -- cgit v1.2.3