##// END OF EJS Templates
test-revert-interactive: don't escape the $ for $TESTTMP...
Matt Harbison -
r25298:3f6b54ef default
parent child Browse files
Show More
@@ -292,7 +292,7 b' 3) Do another commit on top'
292 292 $ hg st
293 293
294 294 4) Use interactive revert to recover f and change it on the fly
295 $ HGEDITOR="\"sh\" \"\${TESTTMP}/editor.sh\"" PRINTHUNK="YES" hg revert -i -r ".^^" <<EOF
295 $ HGEDITOR="\"sh\" \"${TESTTMP}/editor.sh\"" PRINTHUNK="YES" hg revert -i -r ".^^" <<EOF
296 296 > y
297 297 > e
298 298 > EOF
General Comments 0
You need to be logged in to leave comments. Login now