mercurial/transaction.py
changeset 48684 568f63b5a30f
parent 48683 111f5a0cbcaa
child 48685 21ac6aedd5e5
--- a/mercurial/transaction.py	Mon Jan 31 14:26:35 2022 +0100
+++ b/mercurial/transaction.py	Mon Jan 31 08:44:48 2022 +0100
@@ -30,7 +30,9 @@
 # the changelog having been written).
 postfinalizegenerators = {
     b'bookmarks',
+    b'dirstate-0-key-pre',
     b'dirstate-1-main',
+    b'dirstate-2-key-post',
 }
 
 GEN_GROUP_ALL = b'all'