1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2025-01-16 09:41:06 +01:00

(stable) Promote 2016 Week 15

This commit is contained in:
epriestley 2016-04-08 16:36:15 -07:00
commit 68f4a77d42

View file

@ -123,6 +123,9 @@ EOTEXT
$template = $this->newInteractiveEditor($template)
->setName('new-commit')
->editInteractively();
$template = ArcanistCommentRemover::removeComments($template);
return $template;
}