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:
parent
287e761f19
commit
1344dda756
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ final class DifferentialProjectsField
|
||||||
|
|
||||||
public function getCommitMessageLabels() {
|
public function getCommitMessageLabels() {
|
||||||
return array(
|
return array(
|
||||||
|
'Tags',
|
||||||
'Project',
|
'Project',
|
||||||
'Projects',
|
'Projects',
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue