##// END OF EJS Templates
test-amend: fix HGEDITOR shell script to run on Windows...
Matt Harbison -
r33431:fd6eb444 default
parent child Browse files
Show More
@@ -118,10 +118,10 b' Amend with editor'
118 > EOF
118 > EOF
119 $ chmod +x $TESTTMP/prefix.sh
119 $ chmod +x $TESTTMP/prefix.sh
120
120
121 $ HGEDITOR="$TESTTMP/prefix.sh" hg amend --edit -q
121 $ HGEDITOR="sh $TESTTMP/prefix.sh" hg amend --edit -q
122 $ hg log -r . -T '{node|short} {desc}\n'
122 $ hg log -r . -T '{node|short} {desc}\n'
123 298f085230c3 EDITED: NEWMESSAGE
123 298f085230c3 EDITED: NEWMESSAGE
124 $ HGEDITOR="$TESTTMP/prefix.sh" hg amend -e -m MSG -q
124 $ HGEDITOR="sh $TESTTMP/prefix.sh" hg amend -e -m MSG -q
125 $ hg log -r . -T '{node|short} {desc}\n'
125 $ hg log -r . -T '{node|short} {desc}\n'
126 974f07f28537 EDITED: MSG
126 974f07f28537 EDITED: MSG
127
127
General Comments 0
You need to be logged in to leave comments. Login now