1373a7ea7f
PORTVERSIONs are the dates of the latest commits on the respective stable branches. Deprecate devel/libphutil, as all of its functionality has been moved into arcanist and phabricator by upstream and the library has been fully deprecated.
15 lines
475 B
PHP
15 lines
475 B
PHP
--- src/toolset/workflow/ArcanistVersionWorkflow.php.orig 2020-05-14 16:16:36 UTC
|
|
+++ src/toolset/workflow/ArcanistVersionWorkflow.php
|
|
@@ -36,6 +36,12 @@ EOTEXT
|
|
|
|
$console = PhutilConsole::getConsole();
|
|
|
|
+ $versions = array("%%PKGNAME%% %%PKGVERSION%% (%%PKGORIGIN%%)");
|
|
+ foreach ($versions as $pkg) {
|
|
+ $console->writeOut($pkg."\n");
|
|
+ }
|
|
+ return;
|
|
+
|
|
if (!Filesystem::binaryExists('git')) {
|
|
throw new ArcanistUsageException(
|
|
pht(
|