--- a/tests/test-server-view.t Wed Apr 17 23:10:29 2019 -0700
+++ b/tests/test-server-view.t Sat Apr 06 17:46:19 2019 +0200
@@ -34,5 +34,29 @@
date: Thu Jan 01 00:00:00 1970 +0000
summary: r0
+
+Check same result using `experimental.extra-filter-revs`
+
+ $ hg -R test --config experimental.extra-filter-revs='not public()' serve -p $HGPORT1 -d --pid-file=hg2.pid -E errors.log
+ $ cat hg2.pid >> $DAEMON_PIDS
+ $ hg -R test2 incoming http://foo:xyzzy@localhost:$HGPORT1/
+ comparing with http://foo:***@localhost:$HGPORT1/
+ changeset: 0:1ea73414a91b
+ tag: tip
+ user: debugbuilddag
+ date: Thu Jan 01 00:00:00 1970 +0000
+ summary: r0
+
+ $ hg -R test --config experimental.extra-filter-revs='not public()' debugupdatecache
+ $ ls -1 test/.hg/cache/
+ branch2-base%89c45d2fa07e
+ branch2-served
+ rbc-names-v1
+ rbc-revs-v1
+ tags2
+ tags2-served%89c45d2fa07e
+
+cleanup
+
$ cat errors.log
$ killdaemons.py