1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 13:22:42 +01:00

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
This commit is contained in:
Aviv Eyal 2016-04-20 01:46:17 +00:00 committed by avivey
parent 287e761f19
commit 1344dda756

View file

@ -76,6 +76,7 @@ final class DifferentialProjectsField
public function getCommitMessageLabels() { public function getCommitMessageLabels() {
return array( return array(
'Tags',
'Project', 'Project',
'Projects', 'Projects',
); );