move LocationLog into Annex monad from IO
It will need to run in Annex so it can use Branch
This commit is contained in:
parent
78a325b093
commit
d3f0106f2e
9 changed files with 25 additions and 27 deletions
2
test.hs
2
test.hs
|
@ -611,7 +611,7 @@ checklocationlog f expected = do
|
|||
Just (k, _) -> do
|
||||
uuids <- annexeval $ do
|
||||
g <- Annex.gitRepo
|
||||
liftIO $ LocationLog.keyLocations g k
|
||||
LocationLog.keyLocations g k
|
||||
assertEqual ("bad content in location log for " ++ f ++ " key " ++ (show k) ++ " uuid " ++ thisuuid)
|
||||
expected (thisuuid `elem` uuids)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue