##// END OF EJS Templates
Make test-strict append to $HGRCPATH, like other tests do since 61fcd9fac434.
Thomas Arendsen Hein -
r2992:4e815ee3 default
parent child Browse files
Show More
@@ -7,9 +7,8 b" hg ci -d '0 0' -Ama"
7 7
8 8 hg an a
9 9
10 HGRCPATH=$HGTMP/.hgrc; export HGRCPATH
11 echo "[ui]" >> $HGTMP/.hgrc
12 echo "strict=True" >> $HGTMP/.hgrc
10 echo "[ui]" >> $HGRCPATH
11 echo "strict=True" >> $HGRCPATH
13 12
14 13 hg an a
15 14 hg annotate a
General Comments 0
You need to be logged in to leave comments. Login now