Mercurial > hg
diff 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 |
line wrap: on
line diff
--- a/tests/test-mq-qrefresh-replace-log-message Tue Aug 22 09:55:14 2006 +0200 +++ b/tests/test-mq-qrefresh-replace-log-message Tue Aug 22 10:08:42 2006 +0200 @@ -1,9 +1,8 @@ #!/bin/sh # Environement setup for MQ -HGRCPATH=$HGTMP/.hgrc; export HGRCPATH -echo "[extensions]" >> $HGTMP/.hgrc -echo "mq=" >> $HGTMP/.hgrc +echo "[extensions]" >> $HGRCPATH +echo "mq=" >> $HGRCPATH #Repo init hg init