mercurial/upgrade_utils/actions.py
changeset 52963 42f78c859dd1
parent 52651 f066fc0bdc7a
parent 52847 818c2f0a5c84
--- a/mercurial/upgrade_utils/actions.py	Tue Feb 18 16:57:50 2025 +0100
+++ b/mercurial/upgrade_utils/actions.py	Tue Feb 18 22:49:43 2025 +0100
@@ -929,7 +929,7 @@
 
     def has_upgrade_action(self, name):
         """Check whether the upgrade operation will perform this action"""
-        return name in self._upgrade_actions_names
+        return name in self.upgrade_actions_names
 
     def print_post_op_messages(self):
         """print post upgrade operation warning messages"""