Mercurial > public > mercurial-scm > hg-stable
diff mercurial/upgrade_utils/actions.py @ 47243:33096e77598c
revlogv2: mark revlogv2 as requires a full upgrade
This was overlooked previously.
Differential Revision: https://phab.mercurial-scm.org/D10623
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 03 May 2021 12:34:01 +0200 |
parents | 21b3e6116bd1 |
children | 6c84fc9c9a90 |
line wrap: on
line diff
--- 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, }