##// END OF EJS Templates
sparse: use `update_file` instead of `normal` in `refreshwdir`...
marmoute -
r48510:3148204e default
parent child Browse files
Show More
@@ -565,7 +565,7 b' def refreshwdir(repo, origstatus, origsp'
565
565
566 # Fix dirstate
566 # Fix dirstate
567 for file in added:
567 for file in added:
568 dirstate.normal(file)
568 dirstate.update_file(file, p1_tracked=True, wc_tracked=True)
569
569
570 for file in dropped:
570 for file in dropped:
571 dirstate.drop(file)
571 dirstate.drop(file)
General Comments 0
You need to be logged in to leave comments. Login now