##// 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 repo.wvfs.unlinkpath(lfutil.standin(f))
577 repo.wvfs.unlinkpath(lfutil.standin(f))
578 # This needs to happen for dropped files, otherwise they stay in
578 # This needs to happen for dropped files, otherwise they stay in
579 # the M state.
579 # the M state.
580 lfdirstate._map.dropfile(f)
580 lfdirstate._map.reset_state(f)
581
581
582 statuswriter(_(b'getting changed largefiles\n'))
582 statuswriter(_(b'getting changed largefiles\n'))
583 cachelfiles(ui, repo, None, lfiles)
583 cachelfiles(ui, repo, None, lfiles)
General Comments 0
You need to be logged in to leave comments. Login now