# HG changeset patch # User Matt Mackall # Date 2010-12-22 19:16:00 # Node ID fda7ae939344fa83c731fad5f64de1c2987cdae5 # Parent f16b3b1a223474f4768f72e6bc48683a1881e238 # Parent c6e00dfcdcb820c3af4db4a81b1dac4bb136b247 merge with crew diff --git a/tests/test-rollback.t b/tests/test-rollback.t --- a/tests/test-rollback.t +++ b/tests/test-rollback.t @@ -72,8 +72,9 @@ rollback by pretxncommit saves commit me $ 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 @@ rollback by pretxncommit saves commit me $ cat .hg/last-message.txt another precious commit message -.hg/last-message.txt: -