summaryrefslogtreecommitdiff
path: root/Upgrade/V1.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Upgrade/V1.hs')
-rw-r--r--Upgrade/V1.hs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Upgrade/V1.hs b/Upgrade/V1.hs
index 1f327f77b..61a801859 100644
--- a/Upgrade/V1.hs
+++ b/Upgrade/V1.hs
@@ -30,6 +30,7 @@ import Backend
import Messages
import Version
import Utility
+import qualified Upgrade.V2
-- v2 adds hashing of filenames of content and location log files.
-- Key information is encoded in filenames differently, so
@@ -70,8 +71,8 @@ upgrade = do
AnnexQueue.flush True
setVersion
-
- return True
+
+ Upgrade.V2.upgrade
moveContent :: Annex ()
moveContent = do