variable name incorrect
Summary: as title Test Plan: no Reviewers: epriestley Reviewed By: epriestley CC: aran, Koolvin Differential Revision: https://secure.phabricator.com/D2526
This commit is contained in:
@@ -56,7 +56,7 @@ final class DiffusionGitRawDiffQuery extends DiffusionRawDiffQuery {
|
|||||||
list($parents) = $repository->execxLocalCommand(
|
list($parents) = $repository->execxLocalCommand(
|
||||||
'log --format=%s %s --',
|
'log --format=%s %s --',
|
||||||
'%P', // "parents"
|
'%P', // "parents"
|
||||||
$effective_commit);
|
$commit);
|
||||||
|
|
||||||
if (strlen(trim($parents))) {
|
if (strlen(trim($parents))) {
|
||||||
throw $ex;
|
throw $ex;
|
||||||
|
|||||||
Reference in New Issue
Block a user