Show More
@@ -1380,10 +1380,7 b' def cmdutilforget(' | |||
|
1380 | 1380 | with repo.wlock(): |
|
1381 | 1381 | lfdirstate = lfutil.openlfdirstate(ui, repo) |
|
1382 | 1382 | for f in forget: |
|
1383 |
|
|
|
1384 | lfdirstate.drop(f) | |
|
1385 | else: | |
|
1386 | lfdirstate.remove(f) | |
|
1383 | lfdirstate.set_untracked(f) | |
|
1387 | 1384 | lfdirstate.write() |
|
1388 | 1385 | standins = [lfutil.standin(f) for f in forget] |
|
1389 | 1386 | for f in standins: |
General Comments 0
You need to be logged in to leave comments.
Login now