Show More
@@ -227,9 +227,7 b' def removelargefiles(ui, repo, isaddremo' | |||||
227 | repo[None].forget(remove) |
|
227 | repo[None].forget(remove) | |
228 |
|
228 | |||
229 | for f in remove: |
|
229 | for f in remove: | |
230 | lfutil.synclfdirstate( |
|
230 | lfdirstate.set_untracked(lfutil.splitstandin(f)) | |
231 | repo, lfdirstate, lfutil.splitstandin(f), False |
|
|||
232 | ) |
|
|||
233 |
|
231 | |||
234 | lfdirstate.write() |
|
232 | lfdirstate.write() | |
235 |
|
233 |
General Comments 0
You need to be logged in to leave comments.
Login now