mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Add 'creationMethod' to Diff dict
Summary: We need it. Test Plan: Ran 'differential.getdiff', saw it. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D2766
This commit is contained in:
parent
e9779b2db1
commit
8a9da4b8d0
1 changed files with 1 additions and 0 deletions
|
@ -250,6 +250,7 @@ final class DifferentialDiff extends DifferentialDAO {
|
|||
'sourceControlPath' => $this->getSourceControlPath(),
|
||||
'sourceControlSystem' => $this->getSourceControlSystem(),
|
||||
'branch' => $this->getBranch(),
|
||||
'creationMethod' => $this->getCreationMethod(),
|
||||
'unitStatus' => $this->getUnitStatus(),
|
||||
'lintStatus' => $this->getLintStatus(),
|
||||
'changes' => array(),
|
||||
|
|
Loading…
Reference in a new issue