mercurial/debugcommands.py
changeset 49999 637d46c5b1fa
parent 49944 8f76a41ee465
child 50000 1f28172cfce9
--- a/mercurial/debugcommands.py	Mon Feb 13 22:53:54 2023 +0100
+++ b/mercurial/debugcommands.py	Tue Feb 14 22:26:23 2023 +0100
@@ -3140,6 +3140,7 @@
             changedfiles = manifestonly | dsnotadded
 
         dirstate.rebuild(ctx.node(), ctx.manifest(), changedfiles)
+        dirstate.write(repo.currenttransaction())
 
 
 @command(