diff --git a/src/workflow/ArcanistBackoutWorkflow.php b/src/workflow/ArcanistBackoutWorkflow.php index a9564dbb..ba554405 100644 --- a/src/workflow/ArcanistBackoutWorkflow.php +++ b/src/workflow/ArcanistBackoutWorkflow.php @@ -123,6 +123,9 @@ EOTEXT $template = $this->newInteractiveEditor($template) ->setName('new-commit') ->editInteractively(); + + $template = ArcanistCommentRemover::removeComments($template); + return $template; }