##// END OF EJS Templates
largefile: use `update_file` instead of `normal`...
marmoute -
r48503:7d2f0e14 default
parent child Browse files
Show More
@@ -1805,7 +1805,7 b' def mergeupdate(orig, repo, node, branch'
1805 # to avoid leaving all largefiles as dirty and thus rehash them, mark
1805 # to avoid leaving all largefiles as dirty and thus rehash them, mark
1806 # all the ones that didn't change as clean
1806 # all the ones that didn't change as clean
1807 for lfile in oldclean.difference(filelist):
1807 for lfile in oldclean.difference(filelist):
1808 lfdirstate.normal(lfile)
1808 lfdirstate.update_file(lfile, p1_tracked=True, wc_tracked=True)
1809 lfdirstate.write()
1809 lfdirstate.write()
1810
1810
1811 if branchmerge or force or partial:
1811 if branchmerge or force or partial:
General Comments 0
You need to be logged in to leave comments. Login now