Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/configitems.py @ 43030:827cb4fe62a3
sidedata: introduce a new requirement to protect the feature
The feature will be usable only within repository supported by version of
Mercurial with the support.
Since the support is not fully implemented yet, the requirement has a temporary,
experimental name.
Differential Revision: https://phab.mercurial-scm.org/D6886
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 09 Sep 2019 22:42:55 +0200 |
parents | 76608f9f27f6 |
children | 2372284d9457 |
comparison
equal
deleted
inserted
replaced
43029:041f042afcc5 | 43030:827cb4fe62a3 |
---|---|
731 default=True, | 731 default=True, |
732 ) | 732 ) |
733 coreconfigitem('format', 'usestore', | 733 coreconfigitem('format', 'usestore', |
734 default=True, | 734 default=True, |
735 ) | 735 ) |
736 coreconfigitem('format', 'use-side-data', | |
737 default=False, | |
738 experimental=True, | |
739 ) | |
736 coreconfigitem('format', 'internal-phase', | 740 coreconfigitem('format', 'internal-phase', |
737 default=False, | 741 default=False, |
738 experimental=True, | 742 experimental=True, |
739 ) | 743 ) |
740 coreconfigitem('fsmonitor', 'warn_when_unused', | 744 coreconfigitem('fsmonitor', 'warn_when_unused', |