comparison mercurial/configitems.py @ 49037:bb76343959d6

path: explicitly declare the `pushrev` suboptions This will help documentation and discovery. Differential Revision: https://phab.mercurial-scm.org/D12436
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 04 Apr 2022 15:36:32 +0200
parents 9e2ac831f503
children 0940a45cc838
comparison
equal deleted inserted replaced
49036:9e2ac831f503 49037:bb76343959d6
1751 b'.*:multi-urls', 1751 b'.*:multi-urls',
1752 default=False, 1752 default=False,
1753 generic=True, 1753 generic=True,
1754 ) 1754 )
1755 coreconfigitem( 1755 coreconfigitem(
1756 b'paths',
1757 b'.*:pushrev',
1758 default=None,
1759 generic=True,
1760 )
1761 coreconfigitem(
1756 b'phases', 1762 b'phases',
1757 b'checksubrepos', 1763 b'checksubrepos',
1758 default=b'follow', 1764 default=b'follow',
1759 ) 1765 )
1760 coreconfigitem( 1766 coreconfigitem(