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]" >> |
|
5 | echo "[extensions]" >> $HGTMP/.hgrc | |
6 |
echo "mq=" >> |
|
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