changeset 47277 | ed0d54b20c5b |
parent 47264 | 60668fce06d0 |
child 47319 | e985a36c2aa3 |
--- a/mercurial/upgrade_utils/actions.py Fri Apr 16 00:16:43 2021 +0200 +++ b/mercurial/upgrade_utils/actions.py Wed May 19 13:14:59 2021 +0200 @@ -982,6 +982,7 @@ requirements.SHARESAFE_REQUIREMENT, requirements.REVLOGV2_REQUIREMENT, requirements.CHANGELOGV2_REQUIREMENT, + requirements.DIRSTATE_V2_REQUIREMENT, } for name in compression.compengines: engine = compression.compengines[name]