mercurial/upgrade_utils/actions.py
branchstable
changeset 52847 818c2f0a5c84
parent 51859 f4733654f144
child 52963 42f78c859dd1
--- a/mercurial/upgrade_utils/actions.py	Fri Feb 07 19:14:05 2025 -0500
+++ b/mercurial/upgrade_utils/actions.py	Tue Feb 11 22:14:35 2025 -0500
@@ -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"""