Page MenuHomePhabricator

D11552.id27806.diff
No OneTemporary

D11552.id27806.diff

diff --git a/src/workflow/ArcanistBranchWorkflow.php b/src/workflow/ArcanistBranchWorkflow.php
--- a/src/workflow/ArcanistBranchWorkflow.php
+++ b/src/workflow/ArcanistBranchWorkflow.php
@@ -25,6 +25,10 @@
);
}
+ protected function getSupportedRevisionControlSystems() {
+ return array('git');
+ }
+
public function run() {
$repository_api = $this->getRepositoryAPI();
if (!($repository_api instanceof ArcanistGitAPI)) {

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 16, 3:49 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7790802
Default Alt Text
D11552.id27806.diff (452 B)

Event Timeline