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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user