diff tests/test-rollback.t @ 13185:c6e00dfcdcb8

tests: clean up test-rollback.t The last comment is on the last file line and is useless, seems like it was introduced in 8fdc11fec6ae during unification.
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Tue, 21 Dec 2010 19:47:36 +0900
parents bb35840e965c
children 1e497df514e2
line wrap: on
line diff
--- 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:
-