Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/configitems.py @ 43167:bca9d1a6c4c5
sidedata: rename the configuration option to `exp-use-side-data`
We don't want setup configured to use the final version that would end using the
experimental one while using and older version.
Differential Revision: https://phab.mercurial-scm.org/D7040
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 10 Oct 2019 04:34:58 +0200 |
parents | 5617b748aad8 |
children | 2276a9a1c037 |
comparison
equal
deleted
inserted
replaced
43166:a5b04863dbff | 43167:bca9d1a6c4c5 |
---|---|
755 b'exp-use-copies-side-data-changeset', | 755 b'exp-use-copies-side-data-changeset', |
756 default=False, | 756 default=False, |
757 experimental=True, | 757 experimental=True, |
758 ) | 758 ) |
759 coreconfigitem( | 759 coreconfigitem( |
760 b'format', b'use-side-data', default=False, experimental=True, | 760 b'format', b'exp-use-side-data', default=False, experimental=True, |
761 ) | 761 ) |
762 coreconfigitem( | 762 coreconfigitem( |
763 b'format', b'internal-phase', default=False, experimental=True, | 763 b'format', b'internal-phase', default=False, experimental=True, |
764 ) | 764 ) |
765 coreconfigitem( | 765 coreconfigitem( |