Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93550573
DifferentialBlameRevisionCommitMessageField.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Nov 29, 16:08
Size
399 B
Mime Type
text/x-php
Expires
Sun, Dec 1, 16:08 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22664063
Attached To
rPH Phabricator
DifferentialBlameRevisionCommitMessageField.php
View Options
<?php
final
class
DifferentialBlameRevisionCommitMessageField
extends
DifferentialCommitMessageCustomField
{
const
FIELDKEY
=
'blameRevision'
;
public
function
getFieldName
()
{
return
pht
(
'Blame Revision'
);
}
public
function
getFieldAliases
()
{
return
array
(
'Blame Rev'
,
);
}
public
function
getCustomFieldKey
()
{
return
'phabricator:blame-revision'
;
}
}
Event Timeline
Log In to Comment