diff mercurial/upgrade_utils/actions.py @ 46637:ab58098bebed

requirements: also add a store constant Continue the cleanup to the remaining requirements Differential Revision: https://phab.mercurial-scm.org/D10108
author Raphaël Gomès <rgomes@octobus.net>
date Wed, 03 Mar 2021 12:35:29 +0100
parents c3773636ddbb
children b4c2a2af25e2
line wrap: on
line diff
--- a/mercurial/upgrade_utils/actions.py	Wed Mar 03 12:33:24 2021 +0100
+++ b/mercurial/upgrade_utils/actions.py	Wed Mar 03 12:35:29 2021 +0100
@@ -859,7 +859,7 @@
         # Introduced in Mercurial 0.9.2.
         requirements.REVLOGV1_REQUIREMENT,
         # Introduced in Mercurial 0.9.2.
-        b'store',
+        requirements.STORE_REQUIREMENT,
     }
 
 
@@ -938,7 +938,7 @@
         b'fncache',
         requirements.GENERALDELTA_REQUIREMENT,
         requirements.REVLOGV1_REQUIREMENT,
-        b'store',
+        requirements.STORE_REQUIREMENT,
         requirements.SPARSEREVLOG_REQUIREMENT,
         requirements.SIDEDATA_REQUIREMENT,
         requirements.COPIESSDC_REQUIREMENT,