tests/test-rollback.t
changeset 13185 c6e00dfcdcb8
parent 12642 bb35840e965c
child 13446 1e497df514e2
--- a/tests/test-rollback.t	Sat Dec 18 22:06:11 2010 +0100
+++ b/tests/test-rollback.t	Tue Dec 21 19:47:36 2010 +0900
@@ -72,8 +72,9 @@
 
   $ cat .hg/last-message.txt ; echo
   precious commit message
-  $ echo '% same thing, but run $EDITOR'
-  % same thing, but run $EDITOR
+
+same thing, but run $EDITOR
+
   $ cat > editor << '__EOF__'
   > #!/bin/sh
   > echo "another precious commit message" > "$1"
@@ -88,5 +89,3 @@
   $ cat .hg/last-message.txt
   another precious commit message
 
-.hg/last-message.txt:
-