Changeset View
Changeset View
Standalone View
Standalone View
src/applications/audit/editor/PhabricatorAuditCommentEditor.php
| Show All 38 Lines | final class PhabricatorAuditCommentEditor extends PhabricatorEditor { | ||||
| } | } | ||||
| public static function getMailThreading( | public static function getMailThreading( | ||||
| PhabricatorRepository $repository, | PhabricatorRepository $repository, | ||||
| PhabricatorRepositoryCommit $commit) { | PhabricatorRepositoryCommit $commit) { | ||||
| return array( | return array( | ||||
| 'diffusion-audit-'.$commit->getPHID(), | 'diffusion-audit-'.$commit->getPHID(), | ||||
| 'Commit r'.$repository->getCallsign().$commit->getCommitIdentifier(), | pht( | ||||
| 'Commit %s', | |||||
| 'r'.$repository->getCallsign().$commit->getCommitIdentifier()), | |||||
| ); | ); | ||||
| } | } | ||||
| } | } | ||||