comparison relnotes/next @ 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 64292addbe67
children aa4dbc14f735
comparison
equal deleted inserted replaced
46095:93e09d370003 46096:4d5e2fd53707
24 clearer alternatives to `-r <revs>`. 24 clearer alternatives to `-r <revs>`.
25 25
26 * The memory footprint per changeset during pull/unbundle 26 * The memory footprint per changeset during pull/unbundle
27 operations has been further reduced. 27 operations has been further reduced.
28 28
29
29 == New Experimental Features == 30 == New Experimental Features ==
30 31
32 * `experimental.single-head-per-branch:public-changes-only` can be used
33 restrict the single head check to public revision. This is useful for
34 overlay repository that have both a publishing and non-publishing view
35 of the same storage.
31 36
32 37
33 == Bug Fixes == 38 == Bug Fixes ==
34 39
35 40