--- a/hgext/largefiles/overrides.py Thu Oct 03 18:01:21 2013 +0200
+++ b/hgext/largefiles/overrides.py Sun Apr 06 13:39:51 2014 +0200
@@ -366,10 +366,10 @@
# writing the files into the working copy and lfcommands.updatelfiles
# will update the largefiles.
def overridecalculateupdates(origfn, repo, p1, p2, pa, branchmerge, force,
- partial, acceptremote=False):
+ partial, acceptremote, followcopies):
overwrite = force and not branchmerge
actions = origfn(repo, p1, p2, pa, branchmerge, force, partial,
- acceptremote)
+ acceptremote, followcopies)
if overwrite:
return actions