@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Delete unused variable

vrana 2191e99b ee663afd

-1
-1
src/applications/differential/view/DifferentialRevisionDetailView.php
··· 67 67 68 68 $next_step = null; 69 69 if ($status == ArcanistDifferentialRevisionStatus::ACCEPTED) { 70 - $command = null; 71 70 switch ($local_vcs) { 72 71 case PhabricatorRepositoryType::REPOSITORY_TYPE_MERCURIAL: 73 72 $bookmark = $this->getDiff()->getBookmark();