changeset 23172 | e955549cd045 |
parent 22521 | 3f948469bac0 |
child 33673 | e05e50fbdeaf |
--- a/tests/test-mq-git.t Tue Nov 04 10:40:06 2014 +0000 +++ b/tests/test-mq-git.t Tue Nov 04 23:41:46 2014 +0900 @@ -1,10 +1,12 @@ # Test the plumbing of mq.git option # Automatic upgrade itself is tested elsewhere. - $ echo "[extensions]" >> $HGRCPATH - $ echo "mq=" >> $HGRCPATH - $ echo "[diff]" >> $HGRCPATH - $ echo "nodates=1" >> $HGRCPATH + $ cat <<EOF >> $HGRCPATH + > [extensions] + > mq = + > [diff] + > nodates = 1 + > EOF $ hg init repo-auto $ cd repo-auto