comparison mercurial/configitems.py @ 46096:4d5e2fd53707

singlehead: introduce option to restrict to public changes The new experimental.single-head-per-branch:public-changes-only option restricts the single-head-per-branch filter to public changesets. This is useful when serving one repository with different views as publishing and non-publishing repository. Differential Revision: https://phab.mercurial-scm.org/D9525
author Joerg Sonnenberger <joerg@bec.de>
date Sat, 05 Dec 2020 23:35:55 +0100
parents 89a2afe31e82
children 41d695a08e90
comparison
equal deleted inserted replaced
46095:93e09d370003 46096:4d5e2fd53707
1077 b'single-head-per-branch:account-closed-heads', 1077 b'single-head-per-branch:account-closed-heads',
1078 default=False, 1078 default=False,
1079 ) 1079 )
1080 coreconfigitem( 1080 coreconfigitem(
1081 b'experimental', 1081 b'experimental',
1082 b'single-head-per-branch:public-changes-only',
1083 default=False,
1084 )
1085 coreconfigitem(
1086 b'experimental',
1082 b'sshserver.support-v2', 1087 b'sshserver.support-v2',
1083 default=False, 1088 default=False,
1084 ) 1089 )
1085 coreconfigitem( 1090 coreconfigitem(
1086 b'experimental', 1091 b'experimental',