Mercurial > public > mercurial-scm > hg-stable
diff mercurial/requirements.py @ 46666:f4c325bf80fc
requirements: also add a generaldelta constant
Continue the cleanup to the remaining requirements
Differential Revision: https://phab.mercurial-scm.org/D10106
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Wed, 03 Mar 2021 12:30:23 +0100 |
parents | ee91966aec0f |
children | c3773636ddbb |
line wrap: on
line diff
--- a/mercurial/requirements.py Wed Mar 03 14:00:45 2021 +0100 +++ b/mercurial/requirements.py Wed Mar 03 12:30:23 2021 +0100 @@ -7,6 +7,8 @@ from __future__ import absolute_import +GENERALDELTA_REQUIREMENT = b'generaldelta' + # When narrowing is finalized and no longer subject to format changes, # we should move this to just "narrow" or similar. NARROW_REQUIREMENT = b'narrowhg-experimental'