# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1555079159 -7200
#      Fri Apr 12 16:25:59 2019 +0200
# Node ID 08481e11462e94b1416d8103b0953f6184dd9620
# Parent  caebe5e7f4bd990a366a34cf6771be3f74498f61
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.

diff --git a/mercurial/help/config.txt b/mercurial/help/config.txt
--- a/mercurial/help/config.txt
+++ b/mercurial/help/config.txt
@@ -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``
 --------