@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.

Minor, sort out a change request which was lost in the melee.

+1 -1
+1 -1
scripts/ssh/ssh-exec.php
··· 135 135 )); 136 136 137 137 if ($rethrow) { 138 - throw $ex; 138 + throw $rethrow; 139 139 } 140 140 } catch (Exception $ex) { 141 141 fwrite(STDERR, "phabricator-ssh-exec: ".$ex->getMessage()."\n");