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(
|
||||
'log --format=%s %s --',
|
||||
'%P', // "parents"
|
||||
$effective_commit);
|
||||
$commit);
|
||||
|
||||
if (strlen(trim($parents))) {
|
||||
throw $ex;
|
||||
|
||||
Reference in New Issue
Block a user