Show More
@@ -99,7 +99,11 b" clone so subsequent rollback isn't affec" | |||||
99 | > env | grep HGEDITFORM |
|
99 | > env | grep HGEDITFORM | |
100 | > true |
|
100 | > true | |
101 | > EOF |
|
101 | > EOF | |
102 | $ HGEDITOR="sh $TESTTMP/checkeditform.sh; cat" hg transplant --edit 7 |
|
102 | $ cat > $TESTTMP/checkeditform-n-cat.sh <<EOF | |
|
103 | > env | grep HGEDITFORM | |||
|
104 | > cat \$* | |||
|
105 | > EOF | |||
|
106 | $ HGEDITOR="sh $TESTTMP/checkeditform-n-cat.sh" hg transplant --edit 7 | |||
103 | applying ffd6818a3975 |
|
107 | applying ffd6818a3975 | |
104 | HGEDITFORM=transplant.normal |
|
108 | HGEDITFORM=transplant.normal | |
105 | b3 |
|
109 | b3 |
General Comments 0
You need to be logged in to leave comments.
Login now