##// END OF EJS Templates
dirstate: explicitly write the dirstate after `keyword` "overwrite"...
marmoute -
r50893:44528f4a default
parent child Browse files
Show More
@@ -442,6 +442,7 b' def _kwfwrite(ui, repo, expand, *pats, *'
442 if status.modified or status.added or status.removed or status.deleted:
442 if status.modified or status.added or status.removed or status.deleted:
443 raise error.Abort(_(b'outstanding uncommitted changes'))
443 raise error.Abort(_(b'outstanding uncommitted changes'))
444 kwt.overwrite(wctx, status.clean, True, expand)
444 kwt.overwrite(wctx, status.clean, True, expand)
445 repo.dirstate.write(repo.currenttransaction())
445
446
446
447
447 @command(
448 @command(
General Comments 0
You need to be logged in to leave comments. Login now