Mercurial > hg-stable
changeset 49100:51565fedfe7f
path: explicitly declare the `bookmarks.mode` suboptions
This will help documentation and discovery.
Differential Revision: https://phab.mercurial-scm.org/D12434
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 04 Apr 2022 15:35:59 +0200 |
parents | 079197e94b24 |
children | 9e2ac831f503 |
files | mercurial/configitems.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/configitems.py Mon Apr 04 18:05:33 2022 -0700 +++ b/mercurial/configitems.py Mon Apr 04 15:35:59 2022 +0200 @@ -1741,6 +1741,12 @@ generic=True, ) coreconfigitem( + b'paths', + b'.*:bookmarks.mode', + default='default', + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',