##// END OF EJS Templates
persistent-nodemap: disable it unconditionally for test-ssh-proto.t...
marmoute -
r47641:a0d152e5 default
parent child Browse files
Show More
@@ -1,5 +1,12 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 so disable it.
4
5 $ cat << EOF >> $HGRCPATH
6 > [format]
7 > use-persistent-nodemap = no
8 > EOF
9
3 $ cat > hgrc-sshv2 << EOF
10 $ cat > hgrc-sshv2 << EOF
4 > %include $HGRCPATH
11 > %include $HGRCPATH
5 > [experimental]
12 > [experimental]
General Comments 0
You need to be logged in to leave comments. Login now