summaryrefslogtreecommitdiff
path: root/Logs/Remote.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-04 18:08:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-04 18:08:47 -0400
commit02b51c10f48e9205d2a18d58430143be6f3ae78e (patch)
treeb8dbdc4a79a300d8aa451a04831e238ead45e753 /Logs/Remote.hs
parentf77547a335232d85af462764ce90531815b1fea3 (diff)
parent5fb17c2c28288ae2a663d2ce5ec32ff627d608b5 (diff)
Merge branch 'master' into encryption
Diffstat (limited to 'Logs/Remote.hs')
-rw-r--r--Logs/Remote.hs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Logs/Remote.hs b/Logs/Remote.hs
index 89792b054..48ee9eb60 100644
--- a/Logs/Remote.hs
+++ b/Logs/Remote.hs
@@ -25,12 +25,9 @@ import Data.Char
import Common.Annex
import qualified Annex.Branch
import Types.Remote
+import Logs
import Logs.UUIDBased
-{- Filename of remote.log. -}
-remoteLog :: FilePath
-remoteLog = "remote.log"
-
{- Adds or updates a remote's config in the log. -}
configSet :: UUID -> RemoteConfig -> Annex ()
configSet u c = do