hgext/largefiles/overrides.py
changeset 36002 f8ad57d24252
parent 35887 572f36e9a780
child 36205 976e1cfb2f64
--- a/hgext/largefiles/overrides.py	Sat Jan 27 19:02:33 2018 -0500
+++ b/hgext/largefiles/overrides.py	Sun Jan 21 13:40:31 2018 +0900
@@ -392,7 +392,7 @@
     def overridemakefilematcher(repo, pats, opts, badfn=None):
         wctx = repo[None]
         match, pats = oldmatchandpats(wctx, pats, opts, badfn=badfn)
-        return lambda rev: match
+        return lambda ctx: match
 
     oldmatchandpats = installmatchandpatsfn(overridematchandpats)
     oldmakefilematcher = logcmdutil._makenofollowfilematcher