diff hgext/lfs/__init__.py @ 35363:b0ba1539af01

lfs: restore the local blob store after a repo upgrade This also ends up testing the local extension wrapping for dstrepo during upgrade, which was fixed in 06987c6971be.
author Matt Harbison <matt_harbison@yahoo.com>
date Fri, 08 Dec 2017 00:18:30 -0500
parents 9eb19b13e92a
children e333d27514b0
line wrap: on
line diff
--- a/hgext/lfs/__init__.py	Thu Dec 07 23:44:06 2017 -0500
+++ b/hgext/lfs/__init__.py	Fri Dec 08 00:18:30 2017 -0500
@@ -140,6 +140,9 @@
 
     wrapfunction(scmutil, 'wrapconvertsink', wrapper.convertsink)
 
+    wrapfunction(upgrade, '_finishdatamigration',
+                 wrapper.upgradefinishdatamigration)
+
     wrapfunction(upgrade, 'preservedrequirements',
                  wrapper.upgraderequirements)