mercurial/changelog.py
changeset 47234 616b8f412676
parent 47214 906a7bcaac86
child 47239 682f09857d69
--- a/mercurial/changelog.py	Mon May 17 15:05:24 2021 +0200
+++ b/mercurial/changelog.py	Mon May 03 12:34:11 2021 +0200
@@ -445,6 +445,8 @@
 
     def delayupdate(self, tr):
         """delay visibility of index updates to other readers"""
+        if self._docket is not None:
+            return
 
         if not self._delayed:
             if len(self) == 0: