diff mercurial/requirements.py @ 46676: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/requirements.py	Wed Mar 03 12:33:24 2021 +0100
+++ b/mercurial/requirements.py	Wed Mar 03 12:35:29 2021 +0100
@@ -9,6 +9,7 @@
 
 GENERALDELTA_REQUIREMENT = b'generaldelta'
 DOTENCODE_REQUIREMENT = b'dotencode'
+STORE_REQUIREMENT = b'store'
 
 # When narrowing is finalized and no longer subject to format changes,
 # we should move this to just "narrow" or similar.