changeset 51285 | 8b2ea2246a5f |
parent 51282 | 9d3721552b6c |
child 51391 | 3a7ef1398385 |
--- a/mercurial/upgrade_utils/actions.py Tue Dec 19 21:29:34 2023 +0100 +++ b/mercurial/upgrade_utils/actions.py Wed Dec 20 11:23:09 2023 +0100 @@ -108,7 +108,7 @@ compatible_with_share = False -allformatvariant = [] # type: List[Type['formatvariant']] +allformatvariant: List[Type['formatvariant']] = [] def registerformatvariant(cls):