##// END OF EJS Templates
largefile: use `set_clean` instead of `normal` in `lfdirstatestatus`...
marmoute -
r48514:9a7d723a default
parent child Browse files
Show More
@@ -251,7 +251,7 b' def lfdirstatestatus(lfdirstate, repo):'
251 251 modified.append(lfile)
252 252 else:
253 253 clean.append(lfile)
254 lfdirstate.normal(lfile)
254 lfdirstate.set_clean(lfile)
255 255 return s
256 256
257 257
General Comments 0
You need to be logged in to leave comments. Login now