repoview: flag `server.view` as experimental
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 12 Apr 2019 16:25:59 +0200
changeset 42139 08481e11462e
parent 42138 caebe5e7f4bd
child 42140 a4483e380c3e
repoview: flag `server.view` as experimental Ideally, the non-experimental version of `experimental.extra-filter-revs` will cover the use case for `server.view=immutable` well enough than having to have this dedicated configuration. Since `server.view` is not part of any release, I would prefer to have it marked as experimental to avoid having it to support it for ever.
mercurial/help/config.txt
--- a/mercurial/help/config.txt	Fri Apr 12 15:41:32 2019 +0200
+++ b/mercurial/help/config.txt	Fri Apr 12 16:25:59 2019 +0200
@@ -2050,7 +2050,8 @@
     Repository filter used when exchanging revisions with the peer.
 
     The default view (``served``) excludes secret and hidden changesets.
-    Another useful value is ``immutable`` (no draft, secret or hidden changesets).
+    Another useful value is ``immutable`` (no draft, secret or hidden
+    changesets). (EXPERIMENTAL)
 
 ``smtp``
 --------