##// END OF EJS Templates
make mq test more portable.
Vadim Gelfer -
r2709:58913ed8 default
parent child Browse files
Show More
@@ -1,9 +1,9 b''
1 #!/bin/sh
1 #!/bin/sh
2
2
3 # Environement setup for MQ
3 # Environement setup for MQ
4 export HGRCPATH=./hgrc
4 HGRCPATH=$HGTMP/.hgrc; export HGRCPATH
5 echo "[extensions]" >> ./hgrc
5 echo "[extensions]" >> $HGTMP/.hgrc
6 echo "mq=" >> ./hgrc
6 echo "mq=" >> $HGTMP/.hgrc
7
7
8 #Repo init
8 #Repo init
9 hg init
9 hg init
General Comments 0
You need to be logged in to leave comments. Login now