tests: clean up test-rollback.t
authorNicolas Dumazet <nicdumz.commits@gmail.com>
Tue, 21 Dec 2010 19:47:36 +0900
changeset 13185 c6e00dfcdcb8
parent 13164 b75fc70f0a9f
child 13186 fda7ae939344
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.
tests/test-rollback.t
--- 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:
-