summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-15 16:21:08 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-15 16:21:08 -0400
commit1a29b5b52eec641a5456d7c8dc24356c90107bc0 (patch)
tree0b902c278129bd085e8db986af168a4e46d3dea6 /Annex
parent279150ccd5ad937a44cbff798ab7bb118ad1dbee (diff)
reorganize log modules
no code changes
Diffstat (limited to 'Annex')
-rw-r--r--Annex/Content.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Annex/Content.hs b/Annex/Content.hs
index 3827154a6..9cf7ea8f2 100644
--- a/Annex/Content.hs
+++ b/Annex/Content.hs
@@ -22,8 +22,8 @@ module Annex.Content (
) where
import Common.Annex
-import LocationLog
-import UUID
+import Logs.Location
+import Logs.UUID
import qualified Git
import qualified Annex
import qualified Annex.Queue
@@ -52,7 +52,7 @@ calcGitLink file key = do
where
whoops = error $ "unable to normalize " ++ file
-{- Updates the LocationLog when a key's presence changes in the current
+{- Updates the Logs.Location when a key's presence changes in the current
- repository. -}
logStatus :: Key -> LogStatus -> Annex ()
logStatus key status = do