author | Pierre-Yves David <pierre-yves.david@octobus.net> |
Mon, 03 May 2021 12:34:01 +0200 | |
changeset 47232 | 33096e77598c |
parent 47231 | 4d1c893b9095 |
child 47233 | bcafcd779d2e |
--- 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, }