##// END OF EJS Templates
dirstate: explicitly write the dirstate after `debugrebuilddirstate`...
marmoute -
r50894:637d46c5 default
parent child Browse files
Show More
@@ -3140,6 +3140,7 b' def debugrebuilddirstate(ui, repo, rev, '
3140 3140 changedfiles = manifestonly | dsnotadded
3141 3141
3142 3142 dirstate.rebuild(ctx.node(), ctx.manifest(), changedfiles)
3143 dirstate.write(repo.currenttransaction())
3143 3144
3144 3145
3145 3146 @command(
General Comments 0
You need to be logged in to leave comments. Login now