##// END OF EJS Templates
dirstate: use `reset_state` instead of `dropfile` in largefile...
marmoute -
r48815:af84aa1a default
parent child Browse files
Show More
@@ -577,7 +577,7 b' def updatelfiles('
577 577 repo.wvfs.unlinkpath(lfutil.standin(f))
578 578 # This needs to happen for dropped files, otherwise they stay in
579 579 # the M state.
580 lfdirstate._map.dropfile(f)
580 lfdirstate._map.reset_state(f)
581 581
582 582 statuswriter(_(b'getting changed largefiles\n'))
583 583 cachelfiles(ui, repo, None, lfiles)
General Comments 0
You need to be logged in to leave comments. Login now