1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-30 09:20:58 +01:00

Enable the "Accepted Differential Revision" field for Herald post-commit hooks

Summary: I implemented this field, but didn't actually enable it.

Auditors: btrahan
This commit is contained in:
epriestley 2013-12-21 11:11:38 -08:00
parent c462713584
commit e27bbb9aa5

View file

@ -67,6 +67,7 @@ final class HeraldCommitAdapter extends HeraldAdapter {
self::FIELD_AFFECTED_PACKAGE_OWNER,
self::FIELD_NEED_AUDIT_FOR_PACKAGE,
self::FIELD_DIFFERENTIAL_REVISION,
self::FIELD_DIFFERENTIAL_ACCEPTED,
self::FIELD_DIFFERENTIAL_REVIEWERS,
self::FIELD_DIFFERENTIAL_CCS,
self::FIELD_REPOSITORY_AUTOCLOSE_BRANCH,