1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02: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:
vrana 2012-06-15 15:09:42 -07:00
parent e9779b2db1
commit 8a9da4b8d0

View file

@ -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(),