1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 08:12:40 +01:00

Added 'edit' field to 'getcommitmessage' conduit calls.

Summary:
Server log was showing errors for undefined index 'edit'.

Test Plan:
arc lint

Reviewed By: jungejason
Reviewers: jungejason, grglr
Commenters: grglr
CC: aran, epriestley, grglr, jungejason, tuomaspelkonen
Differential Revision: 217
This commit is contained in:
tuomaspelkonen 2011-05-02 18:54:20 -07:00
parent 17ac4d9ab1
commit e04ea5c7d8
2 changed files with 2 additions and 0 deletions

View file

@ -109,6 +109,7 @@ EOTEXT
'differential.getcommitmessage', 'differential.getcommitmessage',
array( array(
'revision_id' => $revision_id, 'revision_id' => $revision_id,
'edit' => false,
)); ));
if ($this->getArgument('show')) { if ($this->getArgument('show')) {

View file

@ -100,6 +100,7 @@ EOTEXT
'differential.getcommitmessage', 'differential.getcommitmessage',
array( array(
'revision_id' => $revision_id, 'revision_id' => $revision_id,
'edit' => false,
)); ));
if ($this->getArgument('show')) { if ($this->getArgument('show')) {