1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02:00

Minor, fix arc land for the case of no dependencies.

Auditors: Afaque_Hussain
This commit is contained in:
epriestley 2013-03-07 17:21:37 -08:00
parent 91154c9cdf
commit 42235d9f1f

View file

@ -365,7 +365,7 @@ EOTEXT
if ($rev_auxiliary) {
$phids = idx($rev_auxiliary, 'phabricator:depends-on', array());
if ($phids) {
$dep_on_revs = $this->getConduit()->callMethodSynchronous(
'differential.query',
array(
@ -398,6 +398,7 @@ EOTEXT
}
}
}
}
$message = $this->getConduit()->callMethodSynchronous(
'differential.getcommitmessage',