break depends cycle

This commit is contained in:
Joey Hess 2010-10-14 15:58:53 -04:00
parent 859731ee5b
commit d4ce072452
3 changed files with 13 additions and 3 deletions

View file

@ -27,8 +27,6 @@ start = do
g' <- liftIO $ Git.configRead g
Annex.gitRepoChange g'
liftIO $ gitSetup g'
Annex.backendsChange $ parseBackendList $
Git.configGet g' "annex.backends" ""
prepUUID
{- Sets up a git repo for git-annex. May be called repeatedly. -}