diff -r aa3d652ba1d5 -r dd584d1a75e7 hgext/largefiles/overrides.py --- a/hgext/largefiles/overrides.py Sun Apr 13 18:45:43 2014 +0200 +++ b/hgext/largefiles/overrides.py Sun Apr 13 18:45:43 2014 +0200 @@ -465,9 +465,9 @@ # match largefiles and run it again. nonormalfiles = False nolfiles = False + installnormalfilesmatchfn(repo[None].manifest()) try: try: - installnormalfilesmatchfn(repo[None].manifest()) result = orig(ui, repo, pats, opts, rename) except util.Abort, e: if str(e) != _('no files to copy'):