Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15455653
D11626.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
702 B
Referenced Files
None
Subscribers
None
D11626.diff
View Options
diff --git a/src/workflow/ArcanistFeatureWorkflow.php b/src/workflow/ArcanistFeatureWorkflow.php
--- a/src/workflow/ArcanistFeatureWorkflow.php
+++ b/src/workflow/ArcanistFeatureWorkflow.php
@@ -69,13 +69,12 @@
);
}
+ public function getSupportedRevisionControlSystems() {
+ return array('git', 'hg');
+ }
+
public function run() {
$repository_api = $this->getRepositoryAPI();
- if (!($repository_api instanceof ArcanistGitAPI) &&
- !($repository_api instanceof ArcanistMercurialAPI)) {
- throw new ArcanistUsageException(
- 'arc feature is only supported under Git and Mercurial.');
- }
$names = $this->getArgument('branch');
if ($names) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 31, 4:04 AM (6 d, 19 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709062
Default Alt Text
D11626.diff (702 B)
Attached To
Mode
D11626: Indicate relevant VCS for `arc feature`
Attached
Detach File
Event Timeline
Log In to Comment