diff relnotes/next @ 46097: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
line wrap: on
line diff
--- a/relnotes/next	Thu Dec 03 14:39:39 2020 -0800
+++ b/relnotes/next	Sat Dec 05 23:35:55 2020 +0100
@@ -26,8 +26,13 @@
  * The memory footprint per changeset during pull/unbundle
    operations has been further reduced.
 
+
 == New Experimental Features ==
 
+* `experimental.single-head-per-branch:public-changes-only` can be used
+  restrict the single head check to public revision. This is useful for
+  overlay repository that have both a publishing and non-publishing view
+  of the same storage.
 
 
 == Bug Fixes ==