From 1344dda75692d93490cad242920b3f967ffaefcd Mon Sep 17 00:00:00 2001 From: Aviv Eyal Date: Wed, 20 Apr 2016 01:46:17 +0000 Subject: [PATCH] Parse Tags in commits message for revisions Summary: This will stop breaking if you have subscribers and tags when updating a revision (`Error parsing field "Subscribers": The objects you have listed include objects which do not exist (Tags:)`), which I broke in D15749. Test Plan: run through arc-diff --update that failed earlier. Reviewers: chad, #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D15762 --- .../differential/customfield/DifferentialProjectsField.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/applications/differential/customfield/DifferentialProjectsField.php b/src/applications/differential/customfield/DifferentialProjectsField.php index fd97bec9cb..53bd7293fd 100644 --- a/src/applications/differential/customfield/DifferentialProjectsField.php +++ b/src/applications/differential/customfield/DifferentialProjectsField.php @@ -76,6 +76,7 @@ final class DifferentialProjectsField public function getCommitMessageLabels() { return array( + 'Tags', 'Project', 'Projects', );