mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
I am not good at computer
Auditors: vrana
This commit is contained in:
parent
fb90d5ffed
commit
17cabea1bc
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ final class DifferentialRevisionDetailView extends AphrontView {
|
||||||
|
|
||||||
$next_step = null;
|
$next_step = null;
|
||||||
if ($status == ArcanistDifferentialRevisionStatus::ACCEPTED) {
|
if ($status == ArcanistDifferentialRevisionStatus::ACCEPTED) {
|
||||||
|
$command = null;
|
||||||
switch ($local_vcs) {
|
switch ($local_vcs) {
|
||||||
case PhabricatorRepositoryType::REPOSITORY_TYPE_MERCURIAL:
|
case PhabricatorRepositoryType::REPOSITORY_TYPE_MERCURIAL:
|
||||||
$bookmark = $this->getDiff()->getBookmark();
|
$bookmark = $this->getDiff()->getBookmark();
|
||||||
|
|
Loading…
Reference in a new issue