Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 49036:9e2ac831f503
path: explicitly declare the `multi-urls` suboptions
This will help documentation and discovery.
Differential Revision: https://phab.mercurial-scm.org/D12435
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 04 Apr 2022 15:36:17 +0200 |
parents | 51565fedfe7f |
children | bb76343959d6 |
comparison
equal
deleted
inserted
replaced
49035:51565fedfe7f | 49036:9e2ac831f503 |
---|---|
1745 b'.*:bookmarks.mode', | 1745 b'.*:bookmarks.mode', |
1746 default='default', | 1746 default='default', |
1747 generic=True, | 1747 generic=True, |
1748 ) | 1748 ) |
1749 coreconfigitem( | 1749 coreconfigitem( |
1750 b'paths', | |
1751 b'.*:multi-urls', | |
1752 default=False, | |
1753 generic=True, | |
1754 ) | |
1755 coreconfigitem( | |
1750 b'phases', | 1756 b'phases', |
1751 b'checksubrepos', | 1757 b'checksubrepos', |
1752 default=b'follow', | 1758 default=b'follow', |
1753 ) | 1759 ) |
1754 coreconfigitem( | 1760 coreconfigitem( |