##// END OF EJS Templates
persistent-nodemap: disable it unconditionally for test-http-protocol.t...
marmoute -
r47639:1a85c5d7 default
parent child Browse files
Show More
@@ -1,8 +1,13 b''
1 #require no-chg
1 #require no-chg
2
2
3 persistent-nodemap is not enabled by default. It is not relevant for this test
4 so disable it.
5
3 $ . $TESTDIR/wireprotohelpers.sh
6 $ . $TESTDIR/wireprotohelpers.sh
4
7
5 $ cat >> $HGRCPATH << EOF
8 $ cat >> $HGRCPATH << EOF
9 > [format]
10 > use-persistent-nodemap = no
6 > [web]
11 > [web]
7 > push_ssl = false
12 > push_ssl = false
8 > allow_push = *
13 > allow_push = *
General Comments 0
You need to be logged in to leave comments. Login now