hgext/largefiles/lfutil.py
changeset 24336 c9f4ef967a1d
parent 24158 d414c28db84d
child 24627 f33236c9b025
--- a/hgext/largefiles/lfutil.py	Thu Mar 12 23:05:25 2015 -0400
+++ b/hgext/largefiles/lfutil.py	Thu Mar 12 23:08:16 2015 -0400
@@ -388,7 +388,7 @@
         lfdirstate.drop(lfile)
 
 def markcommitted(orig, ctx, node):
-    repo = ctx._repo
+    repo = ctx.repo()
 
     orig(node)