From a4ceba91019f8ec9b6d7977d3113d624fae1d527 Mon Sep 17 00:00:00 2001 From: epriestley Date: Mon, 9 Jan 2012 11:42:37 -0800 Subject: [PATCH] Add more information to differential.getdiff Summary: We need some additional fields to heuristically match revisions to the working copy in arc. Test Plan: Executed conduit method, got correct values in fields Reviewers: btrahan, jungejason Reviewed By: jungejason CC: aran, jungejason Differential Revision: https://secure.phabricator.com/D1347 --- .../differential/storage/diff/DifferentialDiff.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/applications/differential/storage/diff/DifferentialDiff.php b/src/applications/differential/storage/diff/DifferentialDiff.php index 86c7dfa031..31194f10a4 100644 --- a/src/applications/differential/storage/diff/DifferentialDiff.php +++ b/src/applications/differential/storage/diff/DifferentialDiff.php @@ -1,7 +1,7 @@ $this->getRevisionID(), 'sourceControlBaseRevision' => $this->getSourceControlBaseRevision(), 'sourceControlPath' => $this->getSourceControlPath(), + 'sourceControlSystem' => $this->getSourceControlSystem(), + 'sourcePath' => $this->getSourcePath(), + 'branch' => $this->getBranch(), 'unitStatus' => $this->getUnitStatus(), 'lintStatus' => $this->getLintStatus(), 'changes' => array(),