diff -r 4d1c893b9095 -r 33096e77598c mercurial/upgrade_utils/actions.py --- a/mercurial/upgrade_utils/actions.py Mon May 03 12:30:46 2021 +0200 +++ b/mercurial/upgrade_utils/actions.py Mon May 03 12:34:01 2021 +0200 @@ -30,6 +30,7 @@ RECLONES_REQUIREMENTS = { requirements.GENERALDELTA_REQUIREMENT, requirements.SPARSEREVLOG_REQUIREMENT, + requirements.REVLOGV2_REQUIREMENT, }