hgext/largefiles/overrides.py
branchstable
changeset 23618 9dd5dfeaab4c
parent 23617 f1e6b86da4c0
child 23619 70afc58c32d3
--- a/hgext/largefiles/overrides.py	Sun Dec 21 14:42:46 2014 -0500
+++ b/hgext/largefiles/overrides.py	Sun Dec 21 15:04:13 2014 -0500
@@ -156,7 +156,8 @@
     after = opts.get('after')
     if not pats and not after:
         raise util.Abort(_('no files specified'))
-    m = scmutil.match(repo[None], pats, opts)
+    m = composelargefilematcher(scmutil.match(repo[None], pats, opts),
+                                repo[None].manifest())
     try:
         repo.lfstatus = True
         s = repo.status(match=m, clean=True)