changeset 47232 | 33096e77598c |
parent 47229 | 21b3e6116bd1 |
child 47263 | 6c84fc9c9a90 |
--- 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, }