Submitter | phabricator |
---|---|
Date | May 3, 2021, 12:08 p.m. |
Message ID | <differential-rev-PHID-DREV-hzgwqmnn3q45jyklsc5w-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48940/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/upgrade_utils/actions.py b/mercurial/upgrade_utils/actions.py --- a/mercurial/upgrade_utils/actions.py +++ b/mercurial/upgrade_utils/actions.py @@ -25,6 +25,7 @@ RECLONES_REQUIREMENTS = { requirements.GENERALDELTA_REQUIREMENT, requirements.SPARSEREVLOG_REQUIREMENT, + requirements.REVLOGV2_REQUIREMENT, }