Mercurial > public > mercurial-scm > hg-stable
diff mercurial/upgrade_utils/actions.py @ 52970:42f78c859dd1
branching: merge with stable
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 18 Feb 2025 22:49:43 +0100 |
parents | f066fc0bdc7a 818c2f0a5c84 |
children |
line wrap: on
line diff
--- 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"""