1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-25 16:22:43 +01:00

Fix the direction of the commit/revision edge

Summary: Ref T13276. This edge is pointed the wrong way. Point it the right way.

Test Plan: Will verify production works better.

Reviewers: amckinley

Reviewed By: amckinley

Maniphest Tasks: T13276

Differential Revision: https://secure.phabricator.com/D20490
This commit is contained in:
epriestley 2019-05-01 08:46:44 -07:00
parent aba7d1406a
commit 5dc4e76eb9

View file

@ -167,7 +167,7 @@ final class DiffusionUpdateObjectAfterCommitWorker
$xactions[] = $this->newEdgeTransaction( $xactions[] = $this->newEdgeTransaction(
$revision, $revision,
$commit, $commit,
DiffusionCommitHasRevisionEdgeType::EDGECONST); DifferentialRevisionHasCommitEdgeType::EDGECONST);
$match_data = $this->getUpdateProperty('revisionMatchData'); $match_data = $this->getUpdateProperty('revisionMatchData');