mercurial/bundle2.py
changeset 32387 655f1e2cfa5a
parent 32223 d7f93ebbbbdf
parent 32326 99515353c72a
child 32515 e70d6dbde713
--- a/mercurial/bundle2.py	Sun May 21 13:41:01 2017 +0900
+++ b/mercurial/bundle2.py	Sun May 21 02:45:32 2017 -0400
@@ -1690,6 +1690,7 @@
         op.repo.ui.debug('ignoring obsolescence markers, feature not enabled')
         return
     new = op.repo.obsstore.mergemarkers(tr, markerdata)
+    op.repo.invalidatevolatilesets()
     if new:
         op.repo.ui.status(_('%i new obsolescence markers\n') % new)
     op.records.add('obsmarkers', {'new': new})