revlogv2: mark revlogv2 as requires a full upgrade
authorPierre-Yves David <pierre-yves.david@octobus.net>
Mon, 03 May 2021 12:34:01 +0200
changeset 47232 33096e77598c
parent 47231 4d1c893b9095
child 47233 bcafcd779d2e
revlogv2: mark revlogv2 as requires a full upgrade This was overlooked previously. Differential Revision: https://phab.mercurial-scm.org/D10623
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,
 }