Mercurial > hg
comparison tests/test-mq-qrefresh-replace-log-message @ 2990:61fcd9fac434
Make tests append settings to $HGRCPATH instead of $HGTMP/.hgrc
and add documentation for this.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 22 Aug 2006 10:08:42 +0200 |
parents | 0b9ac7dfcf56 |
children | 7a7d4937272b |
comparison
equal
deleted
inserted
replaced
2989:3091b1153e2c | 2990:61fcd9fac434 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 # Environement setup for MQ | 3 # Environement setup for MQ |
4 HGRCPATH=$HGTMP/.hgrc; export HGRCPATH | 4 echo "[extensions]" >> $HGRCPATH |
5 echo "[extensions]" >> $HGTMP/.hgrc | 5 echo "mq=" >> $HGRCPATH |
6 echo "mq=" >> $HGTMP/.hgrc | |
7 | 6 |
8 #Repo init | 7 #Repo init |
9 hg init | 8 hg init |
10 hg qinit | 9 hg qinit |
11 | 10 |