Submitter | Mads Kiilerich |
---|---|
Date | April 13, 2014, 4:59 p.m. |
Message ID | <918a93c8be12e4277f40.1397408351@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/4324/ |
State | Accepted |
Commit | dd584d1a75e7ce02e43609210690e4ea1f2e9493 |
Headers | show |
Comments
Patch
diff --git a/hgext/largefiles/overrides.py b/hgext/largefiles/overrides.py --- a/hgext/largefiles/overrides.py +++ b/hgext/largefiles/overrides.py @@ -465,9 +465,9 @@ def overridecopy(orig, ui, repo, pats, o # 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'):