diff hgext/lfs/__init__.py @ 35214:a8c778b2a689

lfs: enable the extension locally after sharing a repo with 'lfs' requirement This is consistent with clone in the previous commit.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 16 Nov 2017 21:01:21 -0500
parents 24aa4853c031
children 8e72f9152c4d
line wrap: on
line diff
--- a/hgext/lfs/__init__.py	Thu Nov 16 20:23:20 2017 -0500
+++ b/hgext/lfs/__init__.py	Thu Nov 16 21:01:21 2017 -0500
@@ -153,6 +153,7 @@
     )
 
     wrapfunction(hg, 'clone', wrapper.hgclone)
+    wrapfunction(hg, 'postshare', wrapper.hgpostshare)
 
     # Make bundle choose changegroup3 instead of changegroup2. This affects
     # "hg bundle" command. Note: it does not cover all bundle formats like