hgext/lfs/__init__.py
changeset 35178 f8f939a2926c
parent 35175 e0a1b9ee93cd
child 35213 24aa4853c031
--- a/hgext/lfs/__init__.py	Sun Nov 26 14:59:39 2017 -0500
+++ b/hgext/lfs/__init__.py	Wed Nov 22 22:38:50 2017 -0500
@@ -128,6 +128,9 @@
     wrapfilelog(filelog.filelog)
 
     wrapfunction = extensions.wrapfunction
+
+    wrapfunction(scmutil, 'wrapconvertsink', wrapper.convertsink)
+
     wrapfunction(changegroup,
                  'supportedoutgoingversions',
                  wrapper.supportedoutgoingversions)