diff options
Diffstat (limited to 'Annex/Content.hs')
-rw-r--r-- | Annex/Content.hs | 6 |
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 |