##// END OF EJS Templates
largefile: directly use set_untracked() for removing files...
marmoute -
r48453:00d70f61 default
parent child Browse files
Show More
@@ -227,9 +227,7 b' def removelargefiles(ui, repo, isaddremo'
227 227 repo[None].forget(remove)
228 228
229 229 for f in remove:
230 lfutil.synclfdirstate(
231 repo, lfdirstate, lfutil.splitstandin(f), False
232 )
230 lfdirstate.set_untracked(lfutil.splitstandin(f))
233 231
234 232 lfdirstate.write()
235 233
General Comments 0
You need to be logged in to leave comments. Login now