Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 49035: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 | 9dfbea54b680 |
children | 9e2ac831f503 |
comparison
equal
deleted
inserted
replaced
49034:079197e94b24 | 49035:51565fedfe7f |
---|---|
1739 b'.*', | 1739 b'.*', |
1740 default=None, | 1740 default=None, |
1741 generic=True, | 1741 generic=True, |
1742 ) | 1742 ) |
1743 coreconfigitem( | 1743 coreconfigitem( |
1744 b'paths', | |
1745 b'.*:bookmarks.mode', | |
1746 default='default', | |
1747 generic=True, | |
1748 ) | |
1749 coreconfigitem( | |
1744 b'phases', | 1750 b'phases', |
1745 b'checksubrepos', | 1751 b'checksubrepos', |
1746 default=b'follow', | 1752 default=b'follow', |
1747 ) | 1753 ) |
1748 coreconfigitem( | 1754 coreconfigitem( |