Show More
@@ -563,7 +563,9 b' def synclfdirstate(repo, lfdirstate, lfi' | |||
|
563 | 563 | if state == b'n': |
|
564 | 564 | if normallookup or mtime < 0 or not repo.wvfs.exists(lfile): |
|
565 | 565 | # state 'n' doesn't ensure 'clean' in this case |
|
566 |
lfdirstate. |
|
|
566 | lfdirstate.update_file( | |
|
567 | lfile, p1_tracked=True, wc_tracked=True, possibly_dirty=True | |
|
568 | ) | |
|
567 | 569 | else: |
|
568 | 570 | lfdirstate.update_file(lfile, p1_tracked=True, wc_tracked=True) |
|
569 | 571 | elif state == b'm': |
General Comments 0
You need to be logged in to leave comments.
Login now