diff tests/test-mq-qrefresh-replace-log-message @ 2886:bee4b7abcb01

Merge with crew
author Matt Mackall <mpm@selenic.com>
date Mon, 14 Aug 2006 14:42:15 -0500
parents 0b9ac7dfcf56
children 61fcd9fac434
line wrap: on
line diff
--- a/tests/test-mq-qrefresh-replace-log-message	Mon Aug 14 14:14:08 2006 -0500
+++ b/tests/test-mq-qrefresh-replace-log-message	Mon Aug 14 14:42:15 2006 -0500
@@ -33,7 +33,7 @@
 echo bbbb > file
 hg qrefresh -l logfile
 echo =======================
-echo "Should display 'Third commit message\n This is the 3rd log message'"
+printf "Should display 'Third commit message\\\n This is the 3rd log message'\n"
 hg log -l1 -v | sed -n '/description/,$p'
 echo
 
@@ -46,6 +46,6 @@
 echo " This is the 5th log message" >> logfile) |\
 hg qrefresh -l-
 echo =======================
-echo "Should display 'Fifth commit message\n This is the 5th log message'"
+printf "Should display 'Fifth commit message\\\n This is the 5th log message'\n"
 hg log -l1 -v | sed -n '/description/,$p'
 echo