reorganize log modules

no code changes
This commit is contained in:
Joey Hess 2011-10-15 16:21:08 -04:00
parent 279150ccd5
commit 1a29b5b52e
44 changed files with 92 additions and 92 deletions

View file

@ -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