Page MenuHomePhabricator

D9271.id.diff
No OneTemporary

D9271.id.diff

diff --git a/src/workflow/ArcanistLandWorkflow.php b/src/workflow/ArcanistLandWorkflow.php
--- a/src/workflow/ArcanistLandWorkflow.php
+++ b/src/workflow/ArcanistLandWorkflow.php
@@ -191,7 +191,7 @@
if ($this->useSquash) {
$this->rebase();
- $this->squash();
+ $this->squash();
} else {
$this->merge();
}
@@ -1015,7 +1015,7 @@
$this->getConduit()->callMethodSynchronous(
'diffusion.looksoon',
array(
- 'callsign' => $this->getRepositoryCallsign(),
+ 'callsigns' => array($this->getRepositoryCallsign()),
));
} catch (ConduitClientException $ex) {
// If we hit an exception, just ignore it. Likely, we are running

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 8, 9:07 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7384417
Default Alt Text
D9271.id.diff (757 B)

Event Timeline