Show More
@@ -572,7 +572,9 b' def refreshwdir(repo, origstatus, origsp' | |||||
572 |
|
572 | |||
573 | for file in lookup: |
|
573 | for file in lookup: | |
574 | # File exists on disk, and we're bringing it back in an unknown state. |
|
574 | # File exists on disk, and we're bringing it back in an unknown state. | |
575 |
dirstate. |
|
575 | dirstate.update_file( | |
|
576 | file, p1_tracked=True, wc_tracked=True, possibly_dirty=True | |||
|
577 | ) | |||
576 |
|
578 | |||
577 | return added, dropped, lookup |
|
579 | return added, dropped, lookup | |
578 |
|
580 |
General Comments 0
You need to be logged in to leave comments.
Login now