diff -r d51c4d85ec23 -r 8eb99e5cec4a hgext/largefiles/overrides.py --- a/hgext/largefiles/overrides.py Thu Oct 24 01:49:56 2013 +0800 +++ b/hgext/largefiles/overrides.py Fri Oct 25 01:24:10 2013 +0800 @@ -370,12 +370,13 @@ overwrite = force and not branchmerge actions = origfn(repo, p1, p2, pa, branchmerge, force, partial, acceptremote) + + if overwrite: + return actions + processed = [] for action in actions: - if overwrite: - processed.append(action) - continue f, m, args, msg = action splitstandin = lfutil.splitstandin(f)