Correct a parameter order swap in "diffusion.historyquery" for Mercurial
[phabricator.git] / src / applications / releeph / field / specification / ReleephOriginalCommitFieldSpecification.php
blob57c4209ca703fda1b0d4ef19dbae32d09daba752
1 <?php
3 final class ReleephOriginalCommitFieldSpecification
4 extends ReleephFieldSpecification {
6 public function getFieldKey() {
7 return 'commit:name';
10 public function getName() {
11 return pht('Commit');
14 public function getRequiredHandlePHIDsForPropertyView() {
15 return array(
16 $this->getReleephRequest()->getRequestCommitPHID(),
21 public function renderPropertyViewValue(array $handles) {
22 return $this->renderHandleList($handles);