tests/test-mq-subrepo-svn.t
changeset 23172 e955549cd045
parent 22947 c63a09b6b337
child 24471 1ff35d76421c
--- a/tests/test-mq-subrepo-svn.t	Tue Nov 04 10:40:06 2014 +0000
+++ b/tests/test-mq-subrepo-svn.t	Tue Nov 04 23:41:46 2014 +0900
@@ -1,9 +1,11 @@
 #require svn13
 
-  $ echo "[extensions]" >> $HGRCPATH
-  $ echo "mq=" >> $HGRCPATH
-  $ echo "[diff]" >> $HGRCPATH
-  $ echo "nodates=1" >> $HGRCPATH
+  $ cat <<EOF >> $HGRCPATH
+  > [extensions]
+  > mq =
+  > [diff]
+  > nodates = 1
+  > EOF
 
 fn to create new repository, and cd into it
   $ mkrepo() {