changeset 13186:fda7ae939344

merge with crew
author Matt Mackall <mpm@selenic.com>
date Wed, 22 Dec 2010 13:16:00 -0600
parents f16b3b1a2234 (current diff) c6e00dfcdcb8 (diff)
children e3b87fb34d00
files
diffstat 1 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-rollback.t	Mon Dec 20 15:27:15 2010 -0600
+++ b/tests/test-rollback.t	Wed Dec 22 13:16:00 2010 -0600
@@ -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:
-