I got "abort: HTTP Error 500: Internal Server Error" using pushgate at about 12:30 EDT pushing this.<br><span style="font-family:Prelude, Verdana, san-serif;"><br><br></span><span style="color:navy; font-family:Prelude, Verdana, san-serif; "><hr align="left" style="width:75%">On May 6, 2015 12:32 PM, Matt Harbison <mharbison@attotech.com> wrote<br></span># HG changeset patch <br># User Matt Harbison <matt_harbison@yahoo.com> <br># Date 1430929086 14400 <br>#      Wed May 06 12:18:06 2015 -0400 <br># Node ID 217c94fbe75cb14c3a38e41522a83729ad8d90ea <br># Parent  c5d4f9cc8da7bb2068457e96e4f74ff694514ced <br>test-histedit: fix HGEDITOR for Windows <br> <br>This broke in b5eb01500696 on stable.  Without this, the test failure starts <br>with: <br> <br>  @@ -80,17 +80,21 @@ <br>     > EOF <br>     $ chmod a+x ../editplan.sh <br>     $ HGEDITOR=../editplan.sh hg histedit --edit-plan <br>  +  '..' is not recognized as an internal or external command,\r (esc) <br>  +  operable program or batch file.\r (esc) <br>  +  abort: edit failed: editplan.sh exited with status 1 <br>  +  [255] <br>     $ cat .hg/histedit-state <br>     v1 <br>     [...] <br> <br>diff --git a/tests/test-histedit-edit.t b/tests/test-histedit-edit.t <br>--- a/tests/test-histedit-edit.t <br>+++ b/tests/test-histedit-edit.t <br>@@ -79,7 +79,7 @@ edit the plan via the editor <br>   > EOF2 <br>   > EOF <br>   $ chmod a+x ../editplan.sh <br>-  $ HGEDITOR=../editplan.sh hg histedit --edit-plan <br>+  $ HGEDITOR='sh ../editplan.sh' hg histedit --edit-plan <br>   $ cat .hg/histedit-state <br>   v1 <br>   055a42cdd88768532f9cf79daa407fc8d138de9b <br>