Use git-annex init --version=6 to get v6 for now

Not ready to make it default because of the direct mode upgrade needing to
all happen at once.
This commit is contained in:
Joey Hess 2015-12-15 17:17:13 -04:00
parent b9588fe69e
commit 7d0e79b9e1
Failed to extract signature
10 changed files with 63 additions and 30 deletions

View file

@ -41,7 +41,7 @@ upgrade :: Bool -> Annex Bool
upgrade automatic = do
upgraded <- go =<< getVersion
when upgraded $
setVersion currentVersion
setVersion latestVersion
return upgraded
where
#ifndef mingw32_HOST_OS