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