Show More
@@ -3140,6 +3140,7 b' def debugrebuilddirstate(ui, repo, rev, ' | |||||
3140 | changedfiles = manifestonly | dsnotadded |
|
3140 | changedfiles = manifestonly | dsnotadded | |
3141 |
|
3141 | |||
3142 | dirstate.rebuild(ctx.node(), ctx.manifest(), changedfiles) |
|
3142 | dirstate.rebuild(ctx.node(), ctx.manifest(), changedfiles) | |
|
3143 | dirstate.write(repo.currenttransaction()) | |||
3143 |
|
3144 | |||
3144 |
|
3145 | |||
3145 | @command( |
|
3146 | @command( |
General Comments 0
You need to be logged in to leave comments.
Login now