mirror of
https://we.phorge.it/source/phorge.git
synced 2025-04-04 16:38:24 +02:00
Don't fatal for diffs with no VCS
Auditors: vrana
This commit is contained in:
parent
f1bd1da062
commit
db2c32acdf
1 changed files with 3 additions and 1 deletions
|
@ -86,8 +86,10 @@ final class DifferentialRevisionDetailView extends AphrontView {
|
||||||
$command = 'arc commit';
|
$command = 'arc commit';
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
if ($command) {
|
||||||
$next_step = phutil_tag('tt', array(), $command);
|
$next_step = phutil_tag('tt', array(), $command);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
if ($next_step) {
|
if ($next_step) {
|
||||||
$properties->addProperty(pht('Next Step'), $next_step);
|
$properties->addProperty(pht('Next Step'), $next_step);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue