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:
commit
68f4a77d42
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ EOTEXT
|
||||||
$template = $this->newInteractiveEditor($template)
|
$template = $this->newInteractiveEditor($template)
|
||||||
->setName('new-commit')
|
->setName('new-commit')
|
||||||
->editInteractively();
|
->editInteractively();
|
||||||
|
|
||||||
|
$template = ArcanistCommentRemover::removeComments($template);
|
||||||
|
|
||||||
return $template;
|
return $template;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue