annex new files

This commit is contained in:
Joey Hess 2014-11-11 16:49:24 -04:00
parent 8bc0d05ebd
commit c9c01680e6

View file

@ -93,6 +93,7 @@ getbuild repodir (url, f) = do
makeinfos :: [(FilePath, Version)] -> Annex ()
makeinfos updated = do
mapM_ (\f -> inRepo $ runBool [Param "annex", Param "add", File f]) (map fst updated)
version <- liftIO getChangelogVersion
void $ inRepo $ runBool
[ Param "commit"