Mercurial > hg
comparison tests/test-mq-qnew-twice @ 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 | 85070b784896 |
children |
comparison
equal
deleted
inserted
replaced
2989:3091b1153e2c | 2990:61fcd9fac434 |
---|---|
1 #!/bin/sh | 1 #!/bin/sh |
2 | 2 |
3 HGRCPATH=$HGTMP/.hgrc; export HGRCPATH | 3 echo "[extensions]" >> $HGRCPATH |
4 echo "[extensions]" >> $HGTMP/.hgrc | 4 echo "mq=" >> $HGRCPATH |
5 echo "mq=" >> $HGTMP/.hgrc | |
6 | 5 |
7 hg init a | 6 hg init a |
8 cd a | 7 cd a |
9 hg qnew first.patch | 8 hg qnew first.patch |
10 hg qnew first.patch | 9 hg qnew first.patch |