mercurial/configitems.py
changeset 42231 d345627d104b
parent 42141 0e41f40b01cc
child 42244 0f01394457a0
--- a/mercurial/configitems.py	Wed Apr 17 23:10:29 2019 -0700
+++ b/mercurial/configitems.py	Sat Apr 06 17:46:19 2019 +0200
@@ -532,6 +532,13 @@
 coreconfigitem('experimental', 'evolution.track-operation',
     default=True,
 )
+# repo-level config to exclude a revset visibility
+#
+# The target use case is to use `share` to expose different subset of the same
+# repository, especially server side. See also `server.view`.
+coreconfigitem('experimental', 'extra-filter-revs',
+    default=None,
+)
 coreconfigitem('experimental', 'maxdeltachainspan',
     default=-1,
 )