Merge branch 'bs' into sqlite-bs

This commit is contained in:
Joey Hess 2019-12-18 14:51:03 -04:00
commit d5628a16b8
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
137 changed files with 827 additions and 516 deletions

View file

@ -49,7 +49,7 @@ needsUpgrade v
where
err msg = do
g <- Annex.gitRepo
p <- liftIO $ absPath $ Git.repoPath g
p <- liftIO $ absPath $ fromRawFilePath $ Git.repoPath g
return $ Just $ unwords
[ "Repository", p
, "is at unsupported version"