mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-25 00:02:40 +01:00
Minor tidying of ArcanistRevertWorkflow
Summary: Self-explanatory. Test Plan: Eyeball it. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11557
This commit is contained in:
parent
589ee20a76
commit
8208cd3231
1 changed files with 6 additions and 2 deletions
|
@ -29,9 +29,13 @@ EOTEXT
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected function getSupportedRevisionControlSystems() {
|
||||||
|
return array('git', 'hg');
|
||||||
|
}
|
||||||
|
|
||||||
public function run() {
|
public function run() {
|
||||||
$console = PhutilConsole::getConsole();
|
echo pht('Please use `%s` instead.', 'arc backout')."\n";
|
||||||
$console->writeOut("Please use arc backout instead.\n");
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue