hgext/lfs/__init__.py
changeset 35213 24aa4853c031
parent 35178 f8f939a2926c
child 35214 a8c778b2a689
--- a/hgext/lfs/__init__.py	Sat Dec 02 16:29:49 2017 +0900
+++ b/hgext/lfs/__init__.py	Thu Nov 16 20:23:20 2017 -0500
@@ -37,6 +37,7 @@
     exchange,
     extensions,
     filelog,
+    hg,
     localrepo,
     registrar,
     revlog,
@@ -151,6 +152,8 @@
         ),
     )
 
+    wrapfunction(hg, 'clone', wrapper.hgclone)
+
     # Make bundle choose changegroup3 instead of changegroup2. This affects
     # "hg bundle" command. Note: it does not cover all bundle formats like
     # "packed1". Using "packed1" with lfs will likely cause trouble.