##// END OF EJS Templates
test-histedit-commute: call helper script with sh...
Matt Mackall -
r23910:759df519 default
parent child Browse files
Show More
@@ -414,9 +414,8 b" Now, let's try to fold the second commit"
414 > pick 40e7299e8fa7 2 renamed
414 > pick 40e7299e8fa7 2 renamed
415 > ENDOF
415 > ENDOF
416 > EOF
416 > EOF
417 $ chmod +x editor.sh
418
417
419 $ HGEDITOR=./editor.sh hg histedit 0
418 $ HGEDITOR="sh ./editor.sh" hg histedit 0
420 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
419 1 files updated, 0 files merged, 1 files removed, 0 files unresolved
421 adding another-dir/initial-file
420 adding another-dir/initial-file
422 removing initial-dir/initial-file
421 removing initial-dir/initial-file
General Comments 0
You need to be logged in to leave comments. Login now