##// END OF EJS Templates
largefile: use `update_file` instead of `normal` in `updatelfiles`...
marmoute -
r48513:04d4c01e default
parent child Browse files
Show More
@@ -588,7 +588,9 b' def updatelfiles('
588 continue
588 continue
589 # Synchronize largefile dirstate to the last modified
589 # Synchronize largefile dirstate to the last modified
590 # time of the file
590 # time of the file
591 lfdirstate.normal(lfile)
591 lfdirstate.update_file(
592 lfile, p1_tracked=True, wc_tracked=True
593 )
592 update1 = 1
594 update1 = 1
593
595
594 # copy the exec mode of largefile standin from the repository's
596 # copy the exec mode of largefile standin from the repository's
General Comments 0
You need to be logged in to leave comments. Login now