# HG changeset patch # User Nicolas Dumazet # Date 1292928456 -32400 # Node ID c6e00dfcdcb820c3af4db4a81b1dac4bb136b247 # Parent b75fc70f0a9fdbacbf0cc8f2cc982bc2c231e89c 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. diff -r b75fc70f0a9f -r c6e00dfcdcb8 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: -