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. |
|
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