Show More
@@ -442,6 +442,7 b' def _kwfwrite(ui, repo, expand, *pats, *' | |||
|
442 | 442 | if status.modified or status.added or status.removed or status.deleted: |
|
443 | 443 | raise error.Abort(_(b'outstanding uncommitted changes')) |
|
444 | 444 | kwt.overwrite(wctx, status.clean, True, expand) |
|
445 | repo.dirstate.write(repo.currenttransaction()) | |
|
445 | 446 | |
|
446 | 447 | |
|
447 | 448 | @command( |
General Comments 0
You need to be logged in to leave comments.
Login now