comparison mercurial/configitems.py @ 49039:0940a45cc838

path: explicitly declare the `pushurl` suboption This will help documentation and discovery. Differential Revision: https://phab.mercurial-scm.org/D12437
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 04 Apr 2022 13:36:37 +0000
parents bb76343959d6
children ea98850a136e
comparison
equal deleted inserted replaced
49038:b6f535f3beda 49039:0940a45cc838
1757 b'.*:pushrev', 1757 b'.*:pushrev',
1758 default=None, 1758 default=None,
1759 generic=True, 1759 generic=True,
1760 ) 1760 )
1761 coreconfigitem( 1761 coreconfigitem(
1762 b'paths',
1763 b'.*:pushurl',
1764 default=None,
1765 generic=True,
1766 )
1767 coreconfigitem(
1762 b'phases', 1768 b'phases',
1763 b'checksubrepos', 1769 b'checksubrepos',
1764 default=b'follow', 1770 default=b'follow',
1765 ) 1771 )
1766 coreconfigitem( 1772 coreconfigitem(