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

Bugfix for D7596

Summary: Fixed a small bug that caused the catch-all commit to purge previously added symbols in that session.

Test Plan: Re-ran the script, observed corrected behavior.

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T4117

Differential Revision: https://secure.phabricator.com/D7597

authored by

William R. Otte and committed by
epriestley
74d81f9b 7d43e591

+1 -1
+1 -1
scripts/symbols/import_project_symbols.php
··· 202 202 } 203 203 204 204 if (count($symbols)) { 205 - commit_symbols($symbols, $project, $args->getArg('no-purge')); 205 + commit_symbols($symbols, $project, $no_purge); 206 206 } 207 207 208 208 echo "Done.\n";