Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14015106
D11557.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
544 B
Referenced Files
None
Subscribers
None
D11557.id.diff
View Options
diff --git a/src/workflow/ArcanistRevertWorkflow.php b/src/workflow/ArcanistRevertWorkflow.php
--- a/src/workflow/ArcanistRevertWorkflow.php
+++ b/src/workflow/ArcanistRevertWorkflow.php
@@ -29,9 +29,13 @@
);
}
+ protected function getSupportedRevisionControlSystems() {
+ return array('git', 'hg');
+ }
+
public function run() {
- $console = PhutilConsole::getConsole();
- $console->writeOut("Please use arc backout instead.\n");
+ echo pht('Please use `%s` instead.', 'arc backout')."\n";
+ return 1;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 4, 1:40 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6735022
Default Alt Text
D11557.id.diff (544 B)
Attached To
Mode
D11557: Minor tidying of `ArcanistRevertWorkflow`
Attached
Detach File
Event Timeline
Log In to Comment